Skip to content

Commit

Permalink
start rc3 dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Feb 25, 2019
1 parent 56c0b3d commit 0f3a0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ subprojects{ subproject ->
apply plugin: 'kotlin'

group = 'com.github.marcoferrer.krotoplus'
version = '0.2.2-RC2'
version = '0.2.2-RC3-SNAPSHOT'

compileKotlin {
kotlinOptions.jvmTarget = "1.8"
Expand Down
2 changes: 1 addition & 1 deletion example-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
"grpc": '1.15.1',
"kotlin": '1.3.11',
"coroutines": '1.1.0',
"krotoplus": '0.2.2-RC2'
"krotoplus": '0.2.2-RC3-SNAPSHOT'
]
}

Expand Down

0 comments on commit 0f3a0e4

Please sign in to comment.