From 47a4cd1ded01facc306b94c9f78922cc56ea7287 Mon Sep 17 00:00:00 2001 From: tomoima525 Date: Thu, 22 Oct 2015 10:58:04 +0900 Subject: [PATCH] version changed to 1.0.2 --- debot-no-op/build.gradle | 2 +- debot/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debot-no-op/build.gradle b/debot-no-op/build.gradle index 2203899..1b7f574 100644 --- a/debot-no-op/build.gradle +++ b/debot-no-op/build.gradle @@ -41,7 +41,7 @@ android { } group = 'com.tomoima.debot' -version = '1.0.1' +version = '1.0.2' def siteUrl = 'https://github.com/tomoima525/debot' def gitUrl = 'https://github.com/tomoima525/debot.git' diff --git a/debot/build.gradle b/debot/build.gradle index 54e093f..2036aa1 100644 --- a/debot/build.gradle +++ b/debot/build.gradle @@ -57,7 +57,7 @@ dependencies { } group = 'com.tomoima.debot' -version = '1.0.1' +version = '1.0.2' def siteUrl = 'https://github.com/tomoima525/debot' def gitUrl = 'https://github.com/tomoima525/debot.git'