This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release candidate for version 0.2.6. (#223)
- Loading branch information
1 parent
5f5ce84
commit f54e6d7
Showing
11 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ec0f5ce719c2ba6db393d61d6d0fa4c6421b2bd6 | ||
e31c47b5050ee67cafe8962204aa86a259095db0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
workers/unity/Packages/io.improbable.gdk.deploymentmanager/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "io.improbable.gdk.guns", | ||
"displayName": "SpatialOS GDK Guns", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Guns Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.5", | ||
"io.improbable.gdk.standardtypes": "0.2.5", | ||
"io.improbable.gdk.objectpooling": "0.2.5" | ||
"io.improbable.gdk.core": "0.2.6", | ||
"io.improbable.gdk.standardtypes": "0.2.6", | ||
"io.improbable.gdk.objectpooling": "0.2.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "io.improbable.gdk.health", | ||
"displayName": "SpatialOS GDK Health", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Health Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.5" | ||
"io.improbable.gdk.core": "0.2.6" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
workers/unity/Packages/io.improbable.gdk.movement/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "io.improbable.gdk.movement", | ||
"displayName": "SpatialOS GDK Movement", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Movement Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.5", | ||
"io.improbable.gdk.standardtypes": "0.2.5" | ||
"io.improbable.gdk.core": "0.2.6", | ||
"io.improbable.gdk.standardtypes": "0.2.6" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
workers/unity/Packages/io.improbable.gdk.objectpooling/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
workers/unity/Packages/io.improbable.gdk.ragdolls/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "io.improbable.gdk.ragdolls", | ||
"displayName": "SpatialOS GDK Ragdolls", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Ragdolls Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.5", | ||
"io.improbable.gdk.health": "0.2.5", | ||
"io.improbable.gdk.objectpooling": "0.2.5", | ||
"io.improbable.gdk.standardtypes": "0.2.5" | ||
"io.improbable.gdk.core": "0.2.6", | ||
"io.improbable.gdk.health": "0.2.6", | ||
"io.improbable.gdk.objectpooling": "0.2.6", | ||
"io.improbable.gdk.standardtypes": "0.2.6" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.improbable.gdk.standardtypes/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "io.improbable.gdk.standardtypes", | ||
"displayName": "SpatialOS GDK Standard Types", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Standard Types Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.5" | ||
"io.improbable.gdk.core": "0.2.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters