From 2479e49989ce819c55aa884bec8cf7adf7593217 Mon Sep 17 00:00:00 2001 From: superKalo Date: Mon, 16 Oct 2017 16:51:30 +0300 Subject: [PATCH] Add: 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 4fdfb18..16f08c9 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.2.0", + "version": "0.3.0", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" diff --git a/package.json b/package.json index fcd661c..0f83429 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "crypto-tab", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "axios": "0.16.2", "chart.js": "2.6.0",