Skip to content

Commit

Permalink
bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Feb 5, 2017
1 parent b1796da commit 5d9db4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 5d9db4a

Please sign in to comment.