From 3091028b91064635a64984ba2376ea3a748df123 Mon Sep 17 00:00:00 2001 From: superKalo Date: Tue, 17 Oct 2017 11:35:08 +0300 Subject: [PATCH] Change: bump-up the version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 16f08c9..abc73b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Crypto Tab", "description": "Replace the New Tab page with Bitcoin price chart", - "version": "0.3.0", + "version": "0.4.0", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" diff --git a/package.json b/package.json index 0f83429..20546df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "crypto-tab", - "version": "0.3.0", + "version": "0.4.0", "dependencies": { "axios": "0.16.2", "chart.js": "2.6.0",