diff --git a/manifest.json b/manifest.json index a315577..aae31a2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Linkes - Next-Gen Bookmark Extension", "description": "This is an extension to help user quickly open their faviour bookmarks.", - "version": "1.0.0", + "version": "0.0.1", "icons": { "128": "icon.png" }, diff --git a/package.json b/package.json index f21a621..ec91ba5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkes", - "version": "1.0.0", + "version": "0.0.1", "private": true, "dependencies": { "clsx": "^1.1.1",