Stamp 1.0.0
diff --git a/backend/package.json b/backend/package.json
index 5ba7b23..f839049 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "ag-viewer-backend",
- "version": "0.4.0",
+ "version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"licenses": [
diff --git a/frontend/package.json b/frontend/package.json
index e57d1e1..29e836b 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "ag-viewer-frontend",
- "version": "0.1.0",
+ "version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"licenses": [
@@ -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"
diff --git a/frontend/src/conf/config.js b/frontend/src/conf/config.js
index a3b32ad..84034c7 100644
--- a/frontend/src/conf/config.js
+++ b/frontend/src/conf/config.js
@@ -19,7 +19,7 @@
export const about = {
releaseDate: '2020 SEP 09',
- version: 'v0.5.0-Beta',
+ version: 'v1.0.0',
license: 'MIT License',
};