From 14bb807d34dbe06c44b4cbb07e6e80dff5525d6c Mon Sep 17 00:00:00 2001 From: waicool20 Date: Sun, 8 Jul 2018 14:47:04 +0800 Subject: [PATCH] Bumping kaga version to v3.0.2 --- build.gradle | 2 +- src/main/resources/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9f47910..64ddb7a 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v3.0.1' +version 'v3.0.2' def kcAutoCompatibility = '2.0.0' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index b305848..f26ec5d 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v3.0.1", + "version": "v3.0.2", "kcAutoCompatibility": "2.0.0" } \ No newline at end of file