Skip to content

Commit 72d188a

Browse files
committed
Bump Version
1 parent 4f87895 commit 72d188a

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

.pubnub.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "Here Now Refresh"
7+
type: improvement
8+
date: Feb 28, 18
9+
version: v4.0-rc2
310
-
411
changes:
512
-
@@ -256,11 +263,11 @@ features:
256263
- SUBSCRIBE-FILTER-EXPRESSION
257264
- SUBSCRIBE-PUBSUB-V2
258265
- SUBSCRIBE-PUBLISHER-UUID
266+
- REQUEST-MESSAGE-COUNT-EXCEEDED
259267
time:
260268
- TIME-TIME
261269
others:
262-
- TELEMETRY
263-
- REQUEST-MESSAGE-COUNT-EXCEEDED
270+
- TELEMETRY
264271
supported-platforms:
265272
-
266273
version: PubNub Unity SDK
@@ -279,4 +286,4 @@ supported-platforms:
279286
name: unity
280287
schema: 1
281288
scm: github.com/pubnub/unity
282-
version: v4.0-beta6”
289+
version: "v4.0-rc2"

PubNubUnity/Assets/PubNubUnity/PubNubUnityBase.cs

Lines changed: 1 addition & 1 deletion
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-beta6";
10+
private const string build = "4.0-rc2";
1111
private string pnsdkVersion = string.Format ("PubNub-CSharp-Unity/{0}", build);
1212

1313
public string Version {

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Please direct all Support Questions and Concerns to [email protected]
22

3-
[![Build Status](https://travis-ci.org/pubnub/unity.svg?branch=CE-2968-UnityV4)](https://travis-ci.org/pubnub/unity)
3+
[![Build Status](https://travis-ci.org/pubnub/unity.svg?branch=CE-2968-UnityV4)](https://travis-ci.org/pubnub/unity) [![Build status](https://ci.appveyor.com/api/projects/status/j3v0vya7j1ihx3vd?svg=true)](https://ci.appveyor.com/project/crimsonred/unity)
44

5-
[![Build status](https://ci.appveyor.com/api/projects/status/j3v0vya7j1ihx3vd?svg=true)](https://ci.appveyor.com/project/crimsonred/unity)
6-
7-
## PubNub 4.0-beta6 Web Data Push Cloud-Hosted API for Unity 5+
5+
## PubNub 4.0-rc2 Web Data Push Cloud-Hosted API for Unity 5+
86
### Supports PC, Mac, Linux, iOS, Android, WebPlayer, Windows Store Universal 10 and WebGL
97

108
### Important changes from previous version
9+
* 4.0-rc2
10+
* Here Now Refresh
1111
* 4.0-beta6
1212
* Cleanup
1313
* 4.0-beta5

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0-beta6
1+
4.0-rc2

0 commit comments

Comments
 (0)