Skip to content

Commit

Permalink
Increased version numbers in prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy White committed Aug 5, 2014
1 parent b7c50e8 commit b959b6c
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
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.connectsdk"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="5"
android:versionName="1.3.2" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
2 changes: 1 addition & 1 deletion src/com/connectsdk/discovery/DiscoveryManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public enum PairingLevel {

// @cond INTERNAL

public static String CONNECT_SDK_VERSION = "1.3.1";
public static String CONNECT_SDK_VERSION = "1.3.2";

private static DiscoveryManager instance;

Expand Down

0 comments on commit b959b6c

Please sign in to comment.