From 5d9db4a062ec80b3f5d60c327e123ac934ab41df Mon Sep 17 00:00:00 2001 From: William Belle Date: Sun, 5 Feb 2017 19:39:07 +0100 Subject: [PATCH] bump version 1.0.0 --- package.json | 2 +- src/manifest.firefox.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9ddae47..a4956ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-contribution-color-graph", "private": true, - "version": "0.0.1", + "version": "1.0.0", "description": "Change colors of contribution graph in GitHub", "keywords": [], "author": "William Belle ", diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 82bcc92..df4f81d 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -2,7 +2,7 @@ "name": "GitHub Contribution Color Graph", "description": "Change colors of contribution graph in GitHub", "manifest_version": 2, - "version": "0.0.1", + "version": "1.0.0", "applications": { "gecko": { diff --git a/src/manifest.json b/src/manifest.json index 2abae70..48bcc16 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "GitHub Contribution Color Graph", "description": "Change colors of contribution graph in GitHub", "manifest_version": 2, - "version": "0.0.1", + "version": "1.0.0", "content_scripts": [{ "js": [ "js/contentscript.js" ],