This is an automated email from the ASF dual-hosted git repository.

emotionbug pushed a commit to branch release/1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git


The following commit(s) were added to refs/heads/release/1.0.0 by this push:
     new 2c55b23  Stamp 1.0.0
2c55b23 is described below

commit 2c55b2302875449565674aa039517734cf338031
Author: Alex Kwak <[email protected]>
AuthorDate: Fri Dec 17 10:44:34 2021 +0900

    Stamp 1.0.0
---
 backend/package.json        | 2 +-
 frontend/package.json       | 4 ++--
 frontend/src/conf/config.js | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

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',
 };
 

Reply via email to