From bf775035c0c5dafeb53b17a2f328d1a0e5be754b Mon Sep 17 00:00:00 2001
From: waicool20 <waicool20@gmail.com>
Date: Mon, 10 Sep 2018 21:12:39 +0800
Subject: [PATCH] Bump version to v4.0.0; Compatibility to 6.2.0

---
 build.gradle                   | 4 ++--
 src/main/resources/version.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 2828900..7cd095c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,8 +41,8 @@ apply plugin: 'java'
 apply plugin: 'kotlin'
 
 group 'com.waicool20'
-version 'v3.1.1'
-def kcAutoCompatibility = '3.0.0'
+version 'v4.0.0'
+def kcAutoCompatibility = '6.2.0'
 
 sourceCompatibility = 1.8
 
diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt
index 56f05e6..fde5976 100644
--- a/src/main/resources/version.txt
+++ b/src/main/resources/version.txt
@@ -1,4 +1,4 @@
 {
-    "version": "v3.1.1",
-    "kcAutoCompatibility": "3.0.0"
+    "version": "v4.0.0",
+    "kcAutoCompatibility": "6.2.0"
 }
\ No newline at end of file