From 0fb1dea26c3354d4a7c74bf4705d23e056be3e84 Mon Sep 17 00:00:00 2001 From: ujiro99 Date: Tue, 20 Jun 2017 22:34:43 +0900 Subject: [PATCH] release v0.9.8 --- 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 2b93998..014d8c2 100755 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_extName__", - "version": "0.9.7", + "version": "0.9.8", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", diff --git a/bower.json b/bower.json index adb189d..bd7f505 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "RedmineTimeTracker.git", - "version": "0.9.7", + "version": "0.9.8", "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 d66b368..f7b93f7 100755 --- a/out/manifest.json +++ b/out/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_extName__", - "version": "0.9.7", + "version": "0.9.8", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", diff --git a/package.json b/package.json index 77e5bf7..8519fb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "RedmineTimeTracker", - "version": "0.9.7", + "version": "0.9.8", "description": "Time Tracking tool for Redmine", "author": "Yujiro Takeda ", "license": "MIT",