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",