Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Sep 6, 2018
1 parent 1ccc24d commit 6e8b347
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 @@ -32,7 +32,7 @@ plugins {
//

group 'io.outfoxx'
version '0.2.2-SNAPSHOT'
version '0.2.2'
description 'A Kotlin/Java API for generating .ts source files.'
ext.isSnapshotVersion = version.endsWith('SNAPSHOT')
ext.isReleaseVersion = !isSnapshotVersion
Expand Down

0 comments on commit 6e8b347

Please sign in to comment.