Skip to content

Commit

Permalink
Bump version to v3.0.0 and kcauto compatibility to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Jun 22, 2018
1 parent 13e78a6 commit ec6e3b4
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 'v2.2.0'
def kcAutoCompatibility = '1.0.0'
version 'v3.0.0'
def kcAutoCompatibility = '2.0.0'

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": "v2.2.0",
"kcAutoCompatibility": "1.0.0"
"version": "v3.0.0",
"kcAutoCompatibility": "2.0.0"
}

0 comments on commit ec6e3b4

Please sign in to comment.