Skip to content

Commit

Permalink
Merge pull request #23 from williambelle/rel-v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Jun 29, 2020
2 parents 4e2d43c + c6b76ec commit f008034
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

### v1.7.1 / 2020-06-29

- Fix compatibility with the new Github UI
- Update dev dependencies

### v1.7.0 / 2019-12-04

- Add random theme option
Expand Down
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": "1.7.0",
"version": "1.7.1",
"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": "1.7.0",
"version": "1.7.1",

"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": "1.7.0",
"version": "1.7.1",

"content_scripts": [{
"js": [ "js/contentscript.js" ],
Expand Down

0 comments on commit f008034

Please sign in to comment.