diff --git a/manifest.json b/manifest.json index a3be8e1..7b29e1f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Simple Todo", - "version": "1.13.9", + "version": "1.13.10", "description": "Replace the newtab page with a simple todo list", "icons": { diff --git a/package-lock.json b/package-lock.json index 5e25429..4f58627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-todo", - "version": "1.13.9", + "version": "1.13.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-todo", - "version": "1.13.9", + "version": "1.13.10", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.5.1", diff --git a/package.json b/package.json index 325a98a..d257df9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-todo", - "version": "1.13.9", + "version": "1.13.10", "description": "A Chrome extension that replaces the new tab page with a simple todo list", "main": "index.js", "scripts": {