Skip to content

Commit

Permalink
Update code version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Takhion committed Apr 1, 2018
1 parent 99c95e0 commit 5954380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consts.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.gradle.kotlin.dsl.getValue
val superRootDir: File by extra
val consts: Properties by extra(object : Properties() {

val codeVersion by "1.0.0"
val codeVersion by "1.0.1"
val kotlinVersion by "1.2.31"

val gitHubUser by "Takhion"
Expand Down

0 comments on commit 5954380

Please sign in to comment.