diff --git a/manifest.json b/manifest.json index 0d1c662..ba0510d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Simple Todo", - "version": "1.6.0", + "version": "1.6.1", "description": "Replace the newtab page with a simple todo list", "icons": { diff --git a/package-lock.json b/package-lock.json index 9dce45b..7495f4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "simple-todo", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "dependencies": { "@sentry/browser": "^6.3.6", diff --git a/package.json b/package.json index 319525b..4d5a254 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-todo", - "version": "1.6.0", + "version": "1.6.1", "description": "A Chrome extension that replaces the new tab page with a simple todo list", "main": "index.js", "scripts": {