From 49ea42487e327e9f4abdc203f399b88839a1bf75 Mon Sep 17 00:00:00 2001 From: superKalo Date: Wed, 18 Oct 2017 18:48:20 +0300 Subject: [PATCH] Change: bump down to 0.6.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 272f5dd..ab8ffac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "crypto-tab", - "version": "1.0.0", + "version": "0.6.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 f94dff6..5f6dcb3 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": "1.0.0", + "version": "0.6.0", "chrome_url_overrides": { "newtab": "index.html" },