Skip to content

Commit

Permalink
release as version 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Sep 17, 2014
1 parent 3352745 commit 0b35301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ android {
buildToolsVersion "20"

defaultConfig {
def versionMajor = 0
def versionMinor = 7
def versionPatch = 1
def versionMajor = 1
def versionMinor = 0
def versionPatch = 0

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

0 comments on commit 0b35301

Please sign in to comment.