Skip to content

Commit

Permalink
New version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Jan 8, 2015
1 parent e45ba3c commit 50447e0
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="98"
android:versionName="1.2.2" >
android:versionCode="99"
android:versionName="1.2.3" >


<uses-sdk
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 @@ -107,7 +107,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.2.2";
public static final String VERSION_PREY_DEFAULT="1.2.3";

public static final String SEND_DATA="SEND_DATA";

Expand Down

0 comments on commit 50447e0

Please sign in to comment.