diff --git a/package.json b/package.json index 9140718..b255727 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "edge-workspaces", - "version": "1.0.0", - "description": "Edge workspaces for Chrome", + "version": "1.0.1", + "description": "Edge workspaces extension", "private": true, "scripts": { "prebuild": "node scripts/sync-version.js", diff --git a/public/manifest.json b/public/manifest.json index d86f5d9..ba19287 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Edge Workspaces", - "version": "1.0.0", + "version": "1.0.1", "description": "Effortlessly organize and manage multiple projects or tasks by saving and restoring entire browsing sessions.", "icons": { "16": "icons/icon_16.png",