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.3. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Feb 14, 2020
1 parent 346bae6 commit 0edec3a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Unreleased

## `0.3.3` - 2020-02-14

### Breaking Changes

- Removed session-based gameplay and related assets. [#242](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/242)

### Changed

- Upgraded to GDK for Unity version `0.3.3`
- Updated the project app identifiers to `io.improbable.gdk.starterproject`. [#244](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/244)

## `0.3.2` - 2019-12-23
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 2b4d3a928bf5bc68904cc1e919a4c2f9e6a860c4
develop 19800e21d0cb65bc6c6546f7b6e4263de69249b6
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.2",
"version": "0.3.3",
"git_packages": [
{
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",
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,17 +4,17 @@
"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.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.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",
"io.improbable.gdk.buildsystem": "0.3.3",
"io.improbable.gdk.core": "0.3.3",
"io.improbable.gdk.debug": "0.3.3",
"io.improbable.gdk.deploymentlauncher": "0.3.3",
"io.improbable.gdk.gameobjectcreation": "0.3.3",
"io.improbable.gdk.mobile": "0.3.3",
"io.improbable.gdk.playerlifecycle": "0.3.3",
"io.improbable.gdk.querybasedinteresthelper": "0.3.3",
"io.improbable.gdk.testutils": "0.3.3",
"io.improbable.gdk.tools": "0.3.3",
"io.improbable.gdk.transformsynchronization": "0.3.3",
"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 0edec3a

Please sign in to comment.