Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 6bf5462

Browse files
authored
update stuff (#599)
1 parent 70a647a commit 6bf5462

File tree

10 files changed

+21
-16
lines changed

10 files changed

+21
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
### Added
66

77
- Added support for the Steam authentication flow.
8+
9+
## `0.1.2` - 2018-11-01
10+
11+
### Added
12+
813
- Added the ability to acknowledge `AuthorityLossImminent` messages.
914
- Added an `Open Inspector` button to the `SpatialOS` menu in the Unity Editor.
1015
- Added support for local mobile development.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.1"
9+
"com.improbable.gdk.core": "0.1.2"
1010
}
1111
}

workers/unity/Packages/com.improbable.gdk.core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.tools": "0.1.1",
9+
"com.improbable.gdk.tools": "0.1.2",
1010
"com.unity.entities": "0.0.12-preview.18",
1111
"com.unity.incrementalcompiler": "0.0.42-preview.21"
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.gameobjectcreation",
33
"displayName": "SpatialOS GDK GameObject Creation",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core":"0.1.1"
9+
"com.improbable.gdk.core":"0.1.2"
1010
}
1111
}

workers/unity/Packages/com.improbable.gdk.mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core":"0.1.1"
9+
"com.improbable.gdk.core":"0.1.2"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.playerlifecycle",
33
"displayName": "SpatialOS GDK Player Lifecycle",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Player Lifecycle Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core":"0.1.1",
10-
"com.improbable.gdk.tools":"0.1.1"
9+
"com.improbable.gdk.core":"0.1.2",
10+
"com.improbable.gdk.tools":"0.1.2"
1111
}
1212
}

workers/unity/Packages/com.improbable.gdk.standardlibraryutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.improbable.gdk.standardlibraryutils",
33
"displayName": "SpatialOS GDK Standard Library Utils",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Standard Library Utils. Made by Improbable.",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.testutils",
33
"displayName": "SpatialOS GDK Test Utils",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Test Utils. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.1"
9+
"com.improbable.gdk.core": "0.1.2"
1010
}
1111
}

workers/unity/Packages/com.improbable.gdk.tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.improbable.gdk.tools",
33
"displayName": "SpatialOS GDK Tools",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Support Tools. Made by Improbable.",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.transformsynchronization",
33
"displayName": "SpatialOS GDK Transform Synchronization",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Transform Synchronization Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core":"0.1.1"
9+
"com.improbable.gdk.core":"0.1.2"
1010
}
1111
}

0 commit comments

Comments
 (0)