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

Commit 4d3fec0

Browse files
Release candidate for version 0.2.5. (#62)
1 parent 8bb900d commit 4d3fec0

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,9 +2,12 @@
22

33
## Unreleased
44

5+
## `0.2.5` - 2019-07-18
6+
57
### Changed
68

79
- Changed manifest to use GDK Packages with NPM instead of sideloading.
10+
- Upgraded to GDK for Unity version `0.2.5`
811

912
### Internal
1013

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25fc8cc14bbaa92cfd28cf46a995b5e5f44528ed
1+
6689e300c017860a845fe5463b8a06b7caa1492b

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.2.4",
3+
"version": "0.2.5",
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
@@ -1,14 +1,14 @@
11
{
22
"dependencies": {
3-
"io.improbable.gdk.buildsystem": "0.2.4",
4-
"io.improbable.gdk.core": "0.2.4",
5-
"io.improbable.gdk.deploymentlauncher": "0.2.4",
6-
"io.improbable.gdk.gameobjectcreation": "0.2.4",
7-
"io.improbable.gdk.mobile": "0.0.8",
8-
"io.improbable.gdk.playerlifecycle": "0.2.4",
9-
"io.improbable.gdk.testutils": "0.2.4",
10-
"io.improbable.gdk.tools": "0.2.4",
11-
"io.improbable.gdk.transformsynchronization": "0.2.4",
3+
"io.improbable.gdk.buildsystem": "0.2.5",
4+
"io.improbable.gdk.core": "0.2.5",
5+
"io.improbable.gdk.deploymentlauncher": "0.2.5",
6+
"io.improbable.gdk.gameobjectcreation": "0.2.5",
7+
"io.improbable.gdk.mobile": "0.2.5",
8+
"io.improbable.gdk.playerlifecycle": "0.2.5",
9+
"io.improbable.gdk.testutils": "0.2.5",
10+
"io.improbable.gdk.tools": "0.2.5",
11+
"io.improbable.gdk.transformsynchronization": "0.2.5",
1212
"com.unity.ads": "2.0.8",
1313
"com.unity.analytics": "3.3.2",
1414
"com.unity.package-manager-ui": "2.1.2",
@@ -57,4 +57,4 @@
5757
]
5858
}
5959
]
60-
}
60+
}

0 commit comments

Comments
 (0)