From 1df5e5e0243ef484085a2a2bfcf3cfb38ad5a929 Mon Sep 17 00:00:00 2001 From: Jerrylum Date: Fri, 20 Sep 2024 07:44:43 +0800 Subject: [PATCH] :bookmark: Update version to 0.8.3 --- package-lock.json | 4 ++-- package.json | 2 +- public/api/version | 2 +- src/Version.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1081cca..63d4705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "path.jerryio", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "path.jerryio", - "version": "0.8.2", + "version": "0.8.3", "dependencies": { "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", diff --git a/package.json b/package.json index c66e2ec..879c987 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "path.jerryio", - "version": "0.8.2", + "version": "0.8.3", "private": true, "dependencies": { "@emotion/react": "^11.11.0", diff --git a/public/api/version b/public/api/version index 53a48a1..fab77af 100644 --- a/public/api/version +++ b/public/api/version @@ -1 +1 @@ -0.8.2 \ No newline at end of file +0.8.3 \ No newline at end of file diff --git a/src/Version.tsx b/src/Version.tsx index 6990f33..e22a5b4 100644 --- a/src/Version.tsx +++ b/src/Version.tsx @@ -1 +1 @@ -export const APP_VERSION_STRING = "0.8.2"; +export const APP_VERSION_STRING = "0.8.3";