Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonred committed Feb 28, 2018
1 parent 4f87895 commit 72d188a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
13 changes: 10 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
changelog:
-
changes:
-
text: "Here Now Refresh"
type: improvement
date: Feb 28, 18
version: v4.0-rc2
-
changes:
-
Expand Down Expand Up @@ -256,11 +263,11 @@ features:
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-PUBSUB-V2
- SUBSCRIBE-PUBLISHER-UUID
- REQUEST-MESSAGE-COUNT-EXCEEDED
time:
- TIME-TIME
others:
- TELEMETRY
- REQUEST-MESSAGE-COUNT-EXCEEDED
- TELEMETRY
supported-platforms:
-
version: PubNub Unity SDK
Expand All @@ -279,4 +286,4 @@ supported-platforms:
name: unity
schema: 1
scm: github.com/pubnub/unity
version: v4.0-beta6”
version: "v4.0-rc2"
2 changes: 1 addition & 1 deletion PubNubUnity/Assets/PubNubUnity/PubNubUnityBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace PubNubAPI
public class PubNubUnityBase
{
protected Counter publishMessageCounter;
private const string build = "4.0-beta6";
private const string build = "4.0-rc2";
private string pnsdkVersion = string.Format ("PubNub-CSharp-Unity/{0}", build);

public string Version {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Please direct all Support Questions and Concerns to [email protected]

[![Build Status](https://travis-ci.org/pubnub/unity.svg?branch=CE-2968-UnityV4)](https://travis-ci.org/pubnub/unity)
[![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)

[![Build status](https://ci.appveyor.com/api/projects/status/j3v0vya7j1ihx3vd?svg=true)](https://ci.appveyor.com/project/crimsonred/unity)

## PubNub 4.0-beta6 Web Data Push Cloud-Hosted API for Unity 5+
## PubNub 4.0-rc2 Web Data Push Cloud-Hosted API for Unity 5+
### Supports PC, Mac, Linux, iOS, Android, WebPlayer, Windows Store Universal 10 and WebGL

### Important changes from previous version
* 4.0-rc2
* Here Now Refresh
* 4.0-beta6
* Cleanup
* 4.0-beta5
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0-beta6
4.0-rc2

0 comments on commit 72d188a

Please sign in to comment.