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

Commit

Permalink
Release 0.2.4 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Balaji authored and Jamie Brynes committed Jun 28, 2019
1 parent 689a835 commit a9cb811
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## `0.2.4` - 2019-06-28

### Changed

- Updated the worker connectors following the [refactor in the GDK](https://github.com/spatialos/gdk-for-unity/pull/981). [#203](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/203).
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
84243525d98aff511e7aa1f7703c37347017e386
36cf14b1a230b37a1603b2a034a92f13e01b6086
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.2.3",
"version": "0.2.4",
"git_packages": [
{
"clone_url": "git@github.com: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": "com.improbable.gdk.deploymentmanager",
"displayName": "SpatialOS GDK Deployment Manager",
"version": "0.2.3",
"version": "0.2.4",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Manager. Made by Improbable.",
Expand Down
8 changes: 4 additions & 4 deletions workers/unity/Packages/com.improbable.gdk.guns/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.improbable.gdk.guns",
"displayName": "SpatialOS GDK Guns",
"version": "0.2.3",
"version": "0.2.4",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.3",
"com.improbable.gdk.standardtypes": "0.2.3",
"com.improbable.gdk.objectpooling": "0.2.3"
"com.improbable.gdk.core": "0.2.4",
"com.improbable.gdk.standardtypes": "0.2.4",
"com.improbable.gdk.objectpooling": "0.2.4"
}
}
4 changes: 2 additions & 2 deletions workers/unity/Packages/com.improbable.gdk.health/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.health",
"displayName": "SpatialOS GDK Health",
"version": "0.2.3",
"version": "0.2.4",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Health Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.3"
"com.improbable.gdk.core": "0.2.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.movement",
"displayName": "SpatialOS GDK Movement",
"version": "0.2.3",
"version": "0.2.4",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.3",
"com.improbable.gdk.standardtypes": "0.2.3"
"com.improbable.gdk.core": "0.2.4",
"com.improbable.gdk.standardtypes": "0.2.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.improbable.gdk.objectpooling",
"displayName": "SpatialOS GDK Object Pooling",
"version": "0.2.3",
"version": "0.2.4",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Object Pooling Module. Made by Improbable.",
Expand Down
10 changes: 5 additions & 5 deletions workers/unity/Packages/com.improbable.gdk.ragdolls/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.improbable.gdk.ragdolls",
"displayName": "SpatialOS GDK Ragdolls",
"version": "0.2.3",
"version": "0.2.4",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.3",
"com.improbable.gdk.health": "0.2.3",
"com.improbable.gdk.objectpooling": "0.2.3",
"com.improbable.gdk.standardtypes": "0.2.3"
"com.improbable.gdk.core": "0.2.4",
"com.improbable.gdk.health": "0.2.4",
"com.improbable.gdk.objectpooling": "0.2.4",
"com.improbable.gdk.standardtypes": "0.2.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.standardtypes",
"displayName": "SpatialOS GDK Standard Types",
"version": "0.2.3",
"version": "0.2.4",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.2.3"
"com.improbable.gdk.core": "0.2.4"
}
}

0 comments on commit a9cb811

Please sign in to comment.