Skip to content

Commit 5d32e9a

Browse files
feat: Objects V2
Objects V2.
1 parent 9248cfd commit 5d32e9a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pubnub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
version: v4.9.0
23
changelog:
34
-
45
changes:
@@ -13,14 +14,14 @@ changelog:
1314
text: "Example scene fix for Unity 2018."
1415
type: bug
1516
date: Jun 17, 20
16-
version: v4.9.0
17+
version: v4.8.3
1718
-
1819
changes:
1920
-
2021
text: "Objects Sorting"
2122
type: feature
2223
date: April 10, 20
23-
version: v4.9.0
24+
version: v4.8.2
2425
-
2526
changes:
2627
-
@@ -536,4 +537,3 @@ supported-platforms:
536537
- "Ubuntu 12.04+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
537538
- "Mac OS X 10.8+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
538539
version: "PubNub Unity SDK"
539-
version: v4.9.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: "Editor unit tests"
2828
script:
2929
- ./TravisScripts/unity.sh test edit "$UNITYCI_PROJECT_NAME"
30-
- ./TravisScripts/unity.sh test play "$UNITYCI_PROJECT_NAME"
30+
- travis_wait 20 ./TravisScripts/unity.sh test play "$UNITYCI_PROJECT_NAME"
3131

3232

3333
before_cache:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/pubnub/unity.svg?branch=master)](https://travis-ci.org/pubnub/unity) [![Build status](https://ci.appveyor.com/api/projects/status/1p3494pnt6rgqdsm/branch/master?svg=true)](https://ci.appveyor.com/project/PubNub/unity)
44

5-
## PubNub 4.9.0 Web Data Push Cloud-Hosted API for Unity 5+
5+
## PubNub 4.8.2 Web Data Push Cloud-Hosted API for Unity 5+
66
### Supports PC, Mac, Linux, iOS, Android, Windows Store Universal 10 and WebGL
77

88
## All new PubNub Unity SDK

0 commit comments

Comments
 (0)