From 0602272b9ee73f69e7c61a1b508ab3f472a1d158 Mon Sep 17 00:00:00 2001 From: Rick Pastoor Date: Sat, 26 Sep 2015 19:08:31 +0200 Subject: [PATCH] Version bump --- platform/chromium/manifest.json | 2 +- platform/firefox/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 6ecd1ba..0d27d2f 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -1,6 +1,6 @@ { "name": "Scrummer", - "version": "0.17", + "version": "0.18", "description": "Adds Storypoints to Trello", "content_scripts": [ { diff --git a/platform/firefox/package.json b/platform/firefox/package.json index 22016e8..c0d24b6 100644 --- a/platform/firefox/package.json +++ b/platform/firefox/package.json @@ -2,7 +2,7 @@ "id": "scrummer@jetpack", "title": "Scrummer", "name": "scrummer", - "version": "0.17", + "version": "0.18", "description": "", "main": "index.js", "author": "Rick Pastoor",