Skip to content

Commit b959b6c

Browse files
author
Jeremy White
committed
Increased version numbers in prep for next release
1 parent b7c50e8 commit b959b6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.connectsdk"
3-
android:versionCode="1"
4-
android:versionName="1.0" >
3+
android:versionCode="5"
4+
android:versionName="1.3.2" >
55

66
<uses-sdk
77
android:minSdkVersion="10"

src/com/connectsdk/discovery/DiscoveryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public enum PairingLevel {
103103

104104
// @cond INTERNAL
105105

106-
public static String CONNECT_SDK_VERSION = "1.3.1";
106+
public static String CONNECT_SDK_VERSION = "1.3.2";
107107

108108
private static DiscoveryManager instance;
109109

0 commit comments

Comments
 (0)