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

Commit

Permalink
Release candidate for version 0.3.2. (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Dec 23, 2019
1 parent 570227e commit 9a64783
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## `0.3.2` - 2019-12-23

### Changed

- Upgraded to GDK for Unity version `0.3.2`
## `0.3.1` - 2019-11-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 51790202bc90faba98ff5470ea01facde2a150cb
develop 3a2a296551553f7d4a5e91a03ad3d4a8481edff5
2 changes: 1 addition & 1 deletion packer.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "gdk-for-unity-fps-starter-project",
"version": "0.3.1",
"version": "0.3.2",
"git_packages": [
{
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.gdk.deploymentmanager",
"displayName": "SpatialOS GDK Deployment Manager",
"version": "0.3.1",
"version": "0.3.2",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Manager.",
Expand Down
22 changes: 11 additions & 11 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"com.unity.package-manager-ui": "2.2.0",
"com.unity.postprocessing": "2.1.4",
"com.unity.ugui": "1.0.0",
"io.improbable.gdk.buildsystem": "0.3.1",
"io.improbable.gdk.core": "0.3.1",
"io.improbable.gdk.debug": "0.3.1",
"io.improbable.gdk.deploymentlauncher": "0.3.1",
"io.improbable.gdk.buildsystem": "0.3.2",
"io.improbable.gdk.core": "0.3.2",
"io.improbable.gdk.debug": "0.3.2",
"io.improbable.gdk.deploymentlauncher": "0.3.2",
"io.improbable.gdk.deploymentmanager": "file:io.improbable.gdk.deploymentmanager",
"io.improbable.gdk.gameobjectcreation": "0.3.1",
"io.improbable.gdk.mobile": "0.3.1",
"io.improbable.gdk.playerlifecycle": "0.3.1",
"io.improbable.gdk.querybasedinteresthelper": "0.3.1",
"io.improbable.gdk.testutils": "0.3.1",
"io.improbable.gdk.tools": "0.3.1",
"io.improbable.gdk.transformsynchronization": "0.3.1",
"io.improbable.gdk.gameobjectcreation": "0.3.2",
"io.improbable.gdk.mobile": "0.3.2",
"io.improbable.gdk.playerlifecycle": "0.3.2",
"io.improbable.gdk.querybasedinteresthelper": "0.3.2",
"io.improbable.gdk.testutils": "0.3.2",
"io.improbable.gdk.tools": "0.3.2",
"io.improbable.gdk.transformsynchronization": "0.3.2",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down

0 comments on commit 9a64783

Please sign in to comment.