From c78d833a5ee0e07cb7387efdad45ae9b7ed2a5f8 Mon Sep 17 00:00:00 2001 From: Dong Qian Date: Fri, 15 Jan 2021 16:18:51 -0500 Subject: [PATCH] change version to alpha 0.0.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",