Skip to content

Commit

Permalink
release as 0.4.2
Browse files Browse the repository at this point in the history
 - stability fixes
  • Loading branch information
cpg committed Aug 12, 2014
1 parent 2d35faa commit 02b2ba5
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 @@ -24,7 +24,7 @@ android {
defaultConfig {
def versionMajor = 0
def versionMinor = 4
def versionPatch = 1
def versionPatch = 2

versionName buildVersionName(versionMajor, versionMinor, versionPatch)
versionCode buildVersionCode(versionMajor, versionMinor, versionPatch)
Expand Down

0 comments on commit 02b2ba5

Please sign in to comment.