diff --git a/manifest.json b/manifest.json index 77f5ae5..ac84a0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "color-palette", "name": "Color Palette", - "version": "2.5.3", + "version": "2.5.4", "minAppVersion": "0.15.0", "description": "Create and insert color palettes into your notes.", "author": "ALegendsTale", diff --git a/package-lock.json b/package-lock.json index 305b37b..4bc7cdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "color-palette", - "version": "2.5.3", + "version": "2.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "color-palette", - "version": "2.5.3", + "version": "2.5.4", "license": "GNU GPLv3", "dependencies": { "colorsea": "1.2.1", diff --git a/package.json b/package.json index 9118c7e..12d9f89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-palette", - "version": "2.5.3", + "version": "2.5.4", "description": "Create and insert color palettes into your notes.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 185eda6..b9ff7c4 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "2.5.0": "0.15.0", "2.5.1": "0.15.0", "2.5.2": "0.15.0", - "2.5.3": "0.15.0" + "2.5.3": "0.15.0", + "2.5.4": "0.15.0" } \ No newline at end of file