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

Commit 36cf14b

Browse files
Jamie BrynesPaul Balaji
authored andcommitted
Release 0.2.4 (#1003)
1 parent 9ae62ef commit 36cf14b

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## `0.2.4` - 2019-06-28
44

55
### Breaking Changes
66

UPGRADE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Guide
22

3-
## From `0.2.3` to `Unreleased`
3+
## From `0.2.3` to `0.2.4`
44

55
### General changes
66

packer.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity.git",
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.2.3",
4+
"version": "0.2.4",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.3"
9+
"com.improbable.gdk.core": "0.2.4"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.tools": "0.2.3",
10-
"com.improbable.gdk.testutils": "0.2.3",
9+
"com.improbable.gdk.tools": "0.2.4",
10+
"com.improbable.gdk.testutils": "0.2.4",
1111
"com.unity.entities": "0.0.12-preview.33"
1212
}
1313
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.deploymentlauncher",
33
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.3",
10-
"com.improbable.gdk.tools": "0.2.3"
9+
"com.improbable.gdk.core": "0.2.4",
10+
"com.improbable.gdk.tools": "0.2.4"
1111
}
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.2.2",
4+
"version": "0.2.4",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.3"
9+
"com.improbable.gdk.core": "0.2.4"
1010
}
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.mobile",
33
"displayName": "SpatialOS GDK Mobile Support",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.3"
9+
"com.improbable.gdk.core": "0.2.4"
1010
}
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.playerlifecycle",
33
"displayName": "SpatialOS GDK Player Lifecycle",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Player Lifecycle Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.3"
9+
"com.improbable.gdk.core": "0.2.4"
1010
}
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.querybasedinteresthelper",
33
"displayName": "SpatialOS GDK Query-based Interest Helper",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Query-based Interest Helper Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.3"
9+
"com.improbable.gdk.core": "0.2.4"
1010
}
1111
}

0 commit comments

Comments
 (0)