diff --git a/package-lock.json b/package-lock.json index 39c42be8..44235fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "path.jerryio", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c435a042..7b2974b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "path.jerryio", - "version": "0.5.0", + "version": "0.5.1", "private": true, "dependencies": { "@emotion/react": "^11.11.0", diff --git a/public/api/version b/public/api/version index 79a2734b..5d4294b9 100644 --- a/public/api/version +++ b/public/api/version @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.5.1 \ No newline at end of file diff --git a/src/Version.tsx b/src/Version.tsx index db80e7d9..d361f94c 100644 --- a/src/Version.tsx +++ b/src/Version.tsx @@ -1 +1 @@ -export const APP_VERSION_STRING = "0.5.0"; +export const APP_VERSION_STRING = "0.5.1";