diff --git a/manifest.json b/manifest.json index 21a79eba..f5cd8ac9 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.16", + "version": "3.17", "homepage_url": "https://github.com/penge/my-notes", "icons": { "128": "images/icon128.png" diff --git a/package-lock.json b/package-lock.json index 3c2c1805..c0f156dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "my-notes", - "version": "3.16.0", + "version": "3.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.16.0", + "name": "my-notes", + "version": "3.17.0", "license": "MIT", "dependencies": { "clsx": "^1.1.1", diff --git a/package.json b/package.json index 717a4d7b..000a967d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-notes", - "version": "3.16.0", + "version": "3.17.0", "description": "Simple and fast note-taking.", "author": "Pavel Bucka", "license": "MIT",