Skip to content

Commit

Permalink
Bump version number to v0.1.4 for playstore release
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Oct 11, 2014
1 parent 675ac8c commit f8fbf28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.developfreedom.wordpowermadeeasy"
minSdkVersion 8
targetSdkVersion 19
versionCode 13
versionName "0.1.3"
versionCode 14
versionName "0.1.4"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.developfreedom.wordpowermadeeasy"
android:installLocation="auto"
android:versionCode="13"
android:versionName="0.1.3"
android:versionCode="14"
android:versionName="0.1.4"
tools:ignore="GradleOverrides">

<uses-sdk
Expand Down

0 comments on commit f8fbf28

Please sign in to comment.