diff --git a/package.json b/package.json index ab8ffac..272f5dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "crypto-tab", - "version": "0.6.0", + "version": "1.0.0", "scripts": { "build:extension": "ENV='extension' gulp build", "build:extension:watch": "ENV='extension' gulp build:watch", diff --git a/src/manifest.json b/src/manifest.json index 188c2b9..8220c84 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "Crypto Tab", "description": "Replace the New Tab page with Bitcoin price chart", - "version": "0.6.0", + "version": "1.0.0", "icons": { "16": "img/icon16.png", "48": "img/icon48.png",