Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Up: v1.01
Browse files Browse the repository at this point in the history
 - fix for database version conflict (issue #2)
  • Loading branch information
seawolf committed Feb 23, 2013
1 parent 79008e9 commit 10f9b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.seawolfsanctuary.keepingtracks"
android:versionCode="20130222"
android:versionName="1.00" >
android:versionCode="20130223"
android:versionName="1.01" >

<uses-sdk android:minSdkVersion="7" />

Expand Down

0 comments on commit 10f9b92

Please sign in to comment.