Skip to content

Commit

Permalink
Merge pull request #23 from ToxicBakery/feature/version-bump
Browse files Browse the repository at this point in the history
Updated version for release
  • Loading branch information
ToxicBakery authored Jul 14, 2018
2 parents 8dbc23d + ca142a8 commit c2d6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {

allprojects {
group 'com.ToxicBakery.kfinstatemachine'
version "2.2.${buildNumber()}" + (isTag() ? "" : "-SNAPSHOT")
version "2.3.${buildNumber()}" + (isTag() ? "" : "-SNAPSHOT")

repositories {
mavenCentral()
Expand Down

0 comments on commit c2d6c93

Please sign in to comment.