Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.0-alpha01 to 1.2.0-alpha02 #295

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For developers that wish to configure the tool for their specific needs, the def

```js
const config = {
appVersion: '1.2.0-alpha01',
appVersion: '1.2.0-alpha02',
classification: '',
organizations: ''
};
Expand All @@ -57,7 +57,7 @@ For developers that wish to configure the tool for their specific needs, the def

```js
const config = {
appVersion: '1.2.0-alpha01',
appVersion: '1.2.0-alpha02',
classification: 'COMPANY CONFIDENTIAL {PROJECT}'
};

Expand All @@ -71,7 +71,7 @@ For developers that wish to configure the tool for their specific needs, the def

```js
const config = {
appVersion: '1.2.0-alpha01',
appVersion: '1.2.0-alpha02',
organizations: ['Governance division','IT division', 'FinTech division']
};
```
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isra-web-app",
"version": "1.2.0-alpha01",
"version": "1.2.0-alpha02",
"description": "Web-based application of ISRA (lib)",
"main": "./api/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
appVersion: '1.2.0-alpha01',
appVersion: '1.2.0-alpha02',
classification: 'COMPANY CONFIDENTIAL {PROJECT}',
organizations: ['Engineering department','Security department']

Expand Down
Loading