Skip to content

Commit

Permalink
Bump version to v1.9.0 and compatibility to my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Nov 27, 2017
1 parent 8e62917 commit 3573ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ apply plugin: 'java'
apply plugin: 'kotlin'

group 'com.waicool20'
version 'v1.8.1'
def kcAutoCompatibility = '2017-09-29'
version 'v1.9.0'
def kcAutoCompatibility = 'waicool20\'s fork'

sourceCompatibility = 1.8

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v1.8.1",
"kcAutoCompatibility": "2017-09-29"
"version": "v1.9.0",
"kcAutoCompatibility": "waicool20's fork"
}

0 comments on commit 3573ef1

Please sign in to comment.