Skip to content

Commit

Permalink
Bump version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Apr 8, 2018
1 parent 676f86a commit e4da242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ apply plugin: 'java'
apply plugin: 'kotlin'

group 'com.waicool20'
version 'v2.0.1'
version 'v2.0.2'
def kcAutoCompatibility = '0.4.5'

sourceCompatibility = 1.8

task versioning << {
task("versioning") {
Path file = Paths.get("$projectDir/src/main/resources/version.txt")
String content = """
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.0.1",
"version": "v2.0.2",
"kcAutoCompatibility": "0.4.5"
}

0 comments on commit e4da242

Please sign in to comment.