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

Commit 66cbca0

Browse files
Release candidate for version 0.4.0. (#1482)
1 parent f9fa4da commit 66cbca0

File tree

16 files changed

+36
-34
lines changed

16 files changed

+36
-34
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## `0.4.0` - 2020-09-14
6+
57
### Breaking Changes
68

79
- The minimum supported version of Unity is now 2020.1. [#1459](https://github.com/spatialos/gdk-for-unity/pull/1459)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10"
9+
"io.improbable.gdk.core": "0.4.0"
1010
}
1111
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "io.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module.",
88
"dependencies": {
9-
"io.improbable.worker.sdk": "0.3.10",
10-
"io.improbable.gdk.tools": "0.3.10",
11-
"io.improbable.gdk.testutils": "0.3.10",
9+
"io.improbable.worker.sdk": "0.4.0",
10+
"io.improbable.gdk.tools": "0.4.0",
11+
"io.improbable.gdk.testutils": "0.4.0",
1212
"com.unity.entities": "0.14.0-preview.18",
1313
"com.unity.burst": "1.3.5"
1414
}
15-
}
15+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.debug",
33
"displayName": "SpatialOS GDK Debug Extensions",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Debug Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10"
9+
"io.improbable.gdk.core": "0.4.0"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.deploymentlauncher",
33
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Launcher.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10",
10-
"io.improbable.gdk.tools": "0.3.10"
9+
"io.improbable.gdk.core": "0.4.0",
10+
"io.improbable.gdk.tools": "0.4.0"
1111
}
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.gameobjectcreation",
33
"displayName": "SpatialOS GDK GameObject Creation",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10"
9+
"io.improbable.gdk.core": "0.4.0"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "io.improbable.gdk.mobile",
33
"displayName": "SpatialOS GDK Mobile Support",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10",
10-
"io.improbable.worker.sdk.mobile": "0.3.10",
9+
"io.improbable.gdk.core": "0.4.0",
10+
"io.improbable.worker.sdk.mobile": "0.4.0",
1111
"com.unity.modules.androidjni": "1.0.0"
1212
}
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.playerlifecycle",
33
"displayName": "SpatialOS GDK Player Lifecycle",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Player Lifecycle Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10"
9+
"io.improbable.gdk.core": "0.4.0"
1010
}
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.querybasedinteresthelper",
33
"displayName": "SpatialOS GDK Query-based Interest Helper",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Query-based Interest Helper Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10"
9+
"io.improbable.gdk.core": "0.4.0"
1010
}
1111
}

workers/unity/Packages/io.improbable.gdk.testutils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.testutils",
33
"displayName": "SpatialOS GDK Test Utils",
4-
"version": "0.3.10",
4+
"version": "0.4.0",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Test Utils.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.10",
9+
"io.improbable.gdk.core": "0.4.0",
1010
"com.unity.ext.nunit": "1.0.0",
1111
"com.unity.test-framework": "1.1.14",
1212
"com.unity.test-framework.performance": "2.2.0-preview"

0 commit comments

Comments
 (0)