Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislacy committed Jul 24, 2013
1 parent 379a301 commit 9e7b0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/client/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tweetlanes.android"
android:versionCode="49"
android:versionCode="51"
android:versionName="1.2.0">

<uses-sdk android:targetSdkVersion="17"
Expand Down

1 comment on commit 9e7b0c8

@BlythMeister
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just realised this explains why the change log didn't show when the app started. It was expecting version 49. :-)

Please sign in to comment.