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.1. (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Nov 25, 2019
1 parent 7a9fcf2 commit 570227e
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.1` - 2019-11-25

### Changed

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

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 180a1fc239c6a05aecf7357b78282794145e0ccd
develop 51790202bc90faba98ff5470ea01facde2a150cb
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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"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.0",
"io.improbable.gdk.core": "0.3.0",
"io.improbable.gdk.debug": "0.3.0",
"io.improbable.gdk.deploymentlauncher": "0.3.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.deploymentmanager": "file:io.improbable.gdk.deploymentmanager",
"io.improbable.gdk.gameobjectcreation": "0.3.0",
"io.improbable.gdk.mobile": "0.3.0",
"io.improbable.gdk.playerlifecycle": "0.3.0",
"io.improbable.gdk.querybasedinteresthelper": "0.3.0",
"io.improbable.gdk.testutils": "0.3.0",
"io.improbable.gdk.tools": "0.3.0",
"io.improbable.gdk.transformsynchronization": "0.3.0",
"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",
"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 570227e

Please sign in to comment.