Skip to content

Commit 05d24d5

Browse files
authored
Bump Version
1 parent 63182f5 commit 05d24d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PubNubUnity/Assets/PubNubUnity/PubNubUnityBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace PubNubAPI
77
public class PubNubUnityBase
88
{
99
protected Counter publishMessageCounter;
10-
private const string build = "4.0.2";
10+
private const string build = "4.0.3";
1111
private string pnsdkVersion = string.Format ("PubNub-CSharp-Unity/{0}", build);
1212

1313
public string Version {
@@ -123,4 +123,4 @@ public void CleanUp (){
123123
}
124124
}
125125
}
126-
}
126+
}

0 commit comments

Comments
 (0)