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";