From 5b87944cffe502c12ecf5cc92d4cd392d0dc3711 Mon Sep 17 00:00:00 2001 From: superKalo Date: Wed, 18 Oct 2017 19:56:32 +0300 Subject: [PATCH] Change: bump up to v1.0.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",