diff --git a/manifest.json b/manifest.json index a18abf6..4989a4c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "color-palette", "name": "Color Palette", - "version": "2.13.4", + "version": "2.13.5", "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 5793b18..aa9e551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "color-palette", - "version": "2.13.4", + "version": "2.13.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "color-palette", - "version": "2.13.4", + "version": "2.13.5", "license": "GNU GPLv3", "dependencies": { "colorsea": "^1.2.2", diff --git a/package.json b/package.json index bf11f96..fec6d99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-palette", - "version": "2.13.4", + "version": "2.13.5", "description": "Create and insert color palettes into your notes.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 5d8588b..3a4874c 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "2.13.1": "0.15.0", "2.13.2": "0.15.0", "2.13.3": "0.15.0", - "2.13.4": "0.15.0" + "2.13.4": "0.15.0", + "2.13.5": "0.15.0" } \ No newline at end of file