diff --git a/manifest.json b/manifest.json index 9e88a24..0f0912a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Carbon", - "version": "0.4.1", + "version": "0.5", "minAppVersion": "1.0.0", "author": "V.H. Belvadi", "authorUrl": "https://vhbelvadi.com", diff --git a/package.json b/package.json index 3dfb7fc..d0739fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon", - "version": "0.4.1", + "version": "0.5", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" }