Skip to content

Commit

Permalink
Stamp 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emotionbug committed Dec 17, 2021
1 parent d4b0310 commit 2c55b23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-viewer-backend",
"version": "0.4.0",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"licenses": [
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-viewer-frontend",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"serve": "^11.3.2"
},
"scripts": {
"start": "react-scripts start",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/conf/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

export const about = {
releaseDate: '2020 SEP 09',
version: 'v0.5.0-Beta',
version: 'v1.0.0',
license: 'MIT License',
};

Expand Down

0 comments on commit 2c55b23

Please sign in to comment.