diff --git a/manifest.json b/manifest.json index cf5c202..4d1e02d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "color-palette", "name": "Color Palette", - "version": "2.2.0", + "version": "2.3.0", "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 ccad6a5..17b7f8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "color-palette", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "color-palette", - "version": "2.2.0", + "version": "2.3.0", "license": "GNU GPLv3", "dependencies": { "colorsea": "1.2.1" diff --git a/package.json b/package.json index dd00aab..8f7606c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-palette", - "version": "2.2.0", + "version": "2.3.0", "description": "Create and insert color palettes into your notes.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 72e4de7..7790eea 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "2.0.1": "0.15.0", "2.1.0": "0.15.0", "2.1.1": "0.15.0", - "2.2.0": "0.15.0" + "2.2.0": "0.15.0", + "2.3.0": "0.15.0" } \ No newline at end of file