Skip to content

Commit

Permalink
v0.1.0,1 Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Aug 27, 2014
1 parent 0acfcd9 commit be06957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ android {
applicationId "com.developfreedom.wordpowermadeeasy"
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "0.1.0"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.developfreedom.wordpowermadeeasy"
android:versionCode="1"
android:versionName="1.0"
android:versionName="0.1.0"
android:installLocation="auto">

<uses-sdk
Expand Down

0 comments on commit be06957

Please sign in to comment.