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

Commit 5d37da5

Browse files
authored
forgot to upgrade unity version in package (#698)
1 parent 2de0d3d commit 5d37da5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
44
"version": "0.1.3",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module. Made by Improbable.",
88
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
44
"version": "0.1.3",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module. Made by Improbable.",
88
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.gameobjectcreation",
33
"displayName": "SpatialOS GDK GameObject Creation",
44
"version": "0.1.3",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module. Made by Improbable.",
88
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.mobile",
33
"displayName": "SpatialOS GDK Mobile Support",
44
"version": "0.0.1",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module. Made by Improbable.",
88
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.playerlifecycle",
33
"displayName": "SpatialOS GDK Player Lifecycle",
44
"version": "0.1.3",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Player Lifecycle Module. Made by Improbable.",
88
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.testutils",
33
"displayName": "SpatialOS GDK Test Utils",
44
"version": "0.1.3",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Test Utils. Made by Improbable.",
88
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.tools",
33
"displayName": "SpatialOS GDK Tools",
44
"version": "0.1.3",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Support Tools. Made by Improbable.",
88
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.improbable.gdk.transformsynchronization",
33
"displayName": "SpatialOS GDK Transform Synchronization",
44
"version": "0.1.3",
5-
"unity": "2018.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Transform Synchronization Module. Made by Improbable.",
88
"dependencies": {

0 commit comments

Comments
 (0)