diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 000bf9e..6ecd1ba 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -1,6 +1,6 @@ { "name": "Scrummer", - "version": "0.16", + "version": "0.17", "description": "Adds Storypoints to Trello", "content_scripts": [ { diff --git a/platform/firefox/package.json b/platform/firefox/package.json index 91ae769..22016e8 100644 --- a/platform/firefox/package.json +++ b/platform/firefox/package.json @@ -2,7 +2,7 @@ "id": "scrummer@jetpack", "title": "Scrummer", "name": "scrummer", - "version": "0.16", + "version": "0.17", "description": "", "main": "index.js", "author": "Rick Pastoor",