Skip to content

Commit

Permalink
Bump version number to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Oct 11, 2014
1 parent c6a4b49 commit d9373d1
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.logmein"
minSdkVersion 9
targetSdkVersion 19
versionCode 59
versionName "0.5.9"
versionCode 60
versionName "0.6.0"
}
buildTypes {
release {
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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.developfreedom.logmein"
android:installLocation="auto"
android:versionCode="59"
android:versionName="0.5.9" >
android:versionCode="60"
android:versionName="0.6.0" >

<uses-sdk
android:minSdkVersion="8"
Expand Down

0 comments on commit d9373d1

Please sign in to comment.