From bd1ade8e7d8d803dcd12ff29443f2078677a14bc Mon Sep 17 00:00:00 2001 From: ujiro99 Date: Mon, 19 Jun 2017 15:59:09 +0900 Subject: [PATCH] release v0.9.7 --- app/manifest.json | 2 +- bower.json | 2 +- out/manifest.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index e5637a8..2b93998 100755 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_extName__", - "version": "0.9.6", + "version": "0.9.7", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", diff --git a/bower.json b/bower.json index 96cd002..adb189d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "RedmineTimeTracker.git", - "version": "0.9.6", + "version": "0.9.7", "homepage": "https://github.com/ujiro99/RedmineTimeTracker", "author": "Yujiro Takeda", "description": "Time Tracking tool for Redmine on GoogleChrome", diff --git a/out/manifest.json b/out/manifest.json index 3560950..d66b368 100755 --- a/out/manifest.json +++ b/out/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_extName__", - "version": "0.9.6", + "version": "0.9.7", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", diff --git a/package.json b/package.json index acbe551..77e5bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "RedmineTimeTracker", - "version": "0.9.6", + "version": "0.9.7", "description": "Time Tracking tool for Redmine", "author": "Yujiro Takeda ", "license": "MIT",