diff --git a/manifest.json b/manifest.json index f7b1dcda..7b341a8d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "My Notes", "description": "Simple and fast note-taking.", - "version": "3.27", + "version": "3.28", "homepage_url": "https://github.com/penge/my-notes", "icons": { "128": "images/icon128.png" diff --git a/package-lock.json b/package-lock.json index ed69af4c..5f662b81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "my-notes", - "version": "3.27.0", + "version": "3.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "my-notes", - "version": "3.27.0", + "version": "3.28.0", "license": "MIT", "dependencies": { "clsx": "^2.0.0", diff --git a/package.json b/package.json index 4cfe112b..f433a0de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-notes", - "version": "3.27.0", + "version": "3.28.0", "description": "Simple and fast note-taking.", "author": "Pavel Bucka", "license": "MIT",