Skip to content

Commit

Permalink
New version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed May 25, 2014
1 parent 9320f8f commit 9110f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.prey"
android:installLocation="internalOnly"
android:versionCode="89"
android:versionName="1.0.12" >
android:versionCode="90"
android:versionName="1.0.13" >

<uses-sdk
android:minSdkVersion="4"
Expand Down
2 changes: 1 addition & 1 deletion src/com/prey/PreyConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class PreyConfig {
public static final String SEND_NOTIFICATION_ID="SEND_NOTIFICATION_ID";
public static final String SIGNAL_FLARE_DATE="SIGNAL_FLARE_DATE";

public static final String VERSION_PREY_DEFAULT="1.0.12";
public static final String VERSION_PREY_DEFAULT="1.0.13";

public static final String SEND_DATA="SEND_DATA";

Expand Down

0 comments on commit 9110f88

Please sign in to comment.