diff --git a/CHANGELOG.md b/CHANGELOG.md index e07e405..9865b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cbf8e6b..080f6e9 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 110c8c8..4c39043 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": "1.7.0", + "version": "1.7.1", "applications": { "gecko": { diff --git a/src/manifest.json b/src/manifest.json index a6220e5..bd7f8ab 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": "1.7.0", + "version": "1.7.1", "content_scripts": [{ "js": [ "js/contentscript.js" ],