Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 5ddeaeb

Browse files
Release candidate for version 0.3.3. (#84)
1 parent 86f8dee commit 5ddeaeb

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Unreleased
44

5+
## `0.3.3` - 2020-02-14
6+
57
### Changed
68

9+
- Upgraded to GDK for Unity version `0.3.3`
710
- Updated the project app identifiers to `io.improbable.gdk.blankproject`. [#81](https://github.com/spatialos/gdk-for-unity-blank-project/pull/81)
811

912
## `0.3.2` - 2019-12-23

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop 2b4d3a928bf5bc68904cc1e919a4c2f9e6a860c4
1+
develop 19800e21d0cb65bc6c6546f7b6e4263de69249b6

packer.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity-blank-project",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity-blank-project.git",

workers/unity/Packages/manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"com.unity.timeline": "1.1.0",
1111
"com.unity.ugui": "1.0.0",
1212
"com.unity.xr.legacyinputhelpers": "2.0.2",
13-
"io.improbable.gdk.buildsystem": "0.3.2",
14-
"io.improbable.gdk.core": "0.3.2",
15-
"io.improbable.gdk.debug": "0.3.2",
16-
"io.improbable.gdk.deploymentlauncher": "0.3.2",
17-
"io.improbable.gdk.gameobjectcreation": "0.3.2",
18-
"io.improbable.gdk.mobile": "0.3.2",
19-
"io.improbable.gdk.playerlifecycle": "0.3.2",
20-
"io.improbable.gdk.testutils": "0.3.2",
21-
"io.improbable.gdk.tools": "0.3.2",
22-
"io.improbable.gdk.transformsynchronization": "0.3.2",
13+
"io.improbable.gdk.buildsystem": "0.3.3",
14+
"io.improbable.gdk.core": "0.3.3",
15+
"io.improbable.gdk.debug": "0.3.3",
16+
"io.improbable.gdk.deploymentlauncher": "0.3.3",
17+
"io.improbable.gdk.gameobjectcreation": "0.3.3",
18+
"io.improbable.gdk.mobile": "0.3.3",
19+
"io.improbable.gdk.playerlifecycle": "0.3.3",
20+
"io.improbable.gdk.testutils": "0.3.3",
21+
"io.improbable.gdk.tools": "0.3.3",
22+
"io.improbable.gdk.transformsynchronization": "0.3.3",
2323
"com.unity.modules.ai": "1.0.0",
2424
"com.unity.modules.animation": "1.0.0",
2525
"com.unity.modules.assetbundle": "1.0.0",

0 commit comments

Comments
 (0)