Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit e966eca

Browse files
authored
Update all version - ready for pin (#27)
#### Description Pin to 0.1.0 of the gdk repo. Update package versions. #### Tests Ran the setup process and checked it all worked. #### Documentation How is this documented (for example: release note, upgrade guide, feature page, in-code documentation)? #### Primary reviewers If your change will take a long time to review, you can name at most two primary reviewers who are ultimately responsible for reviewing this request. @ mention them.
1 parent aa176f5 commit e966eca

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
master
1+
0.1.0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.improbable.gdk.guns",
33
"displayName": "SpatialOS GDK Guns",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.0.1",
10-
"com.improbable.gdk.standardtypes": "0.0.1",
11-
"com.improbable.gdk.objectpooling": "0.0.1"
9+
"com.improbable.gdk.core": "0.1.0",
10+
"com.improbable.gdk.standardtypes": "0.1.0",
11+
"com.improbable.gdk.objectpooling": "0.1.0"
1212
}
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.health",
33
"displayName": "SpatialOS GDK Health",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Health Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.0.1"
9+
"com.improbable.gdk.core": "0.1.0"
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.movement",
33
"displayName": "SpatialOS GDK Movement",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.0.1",
10-
"com.improbable.gdk.standardtypes": "0.0.1"
9+
"com.improbable.gdk.core": "0.1.0",
10+
"com.improbable.gdk.standardtypes": "0.1.0"
1111
}
1212
}

workers/unity/Packages/com.improbable.gdk.objectpooling/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.objectpooling",
33
"displayName": "SpatialOS GDK Object Pooling",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Object Pooling Module. Made by Improbable.",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.improbable.gdk.ragdolls",
33
"displayName": "SpatialOS GDK Ragdolls",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.0.1",
10-
"com.improbable.gdk.health": "0.0.1",
11-
"com.improbable.gdk.objectpooling": "0.0.1",
12-
"com.improbable.gdk.standardtypes": "0.0.1"
9+
"com.improbable.gdk.core": "0.1.0",
10+
"com.improbable.gdk.health": "0.1.0",
11+
"com.improbable.gdk.objectpooling": "0.1.0",
12+
"com.improbable.gdk.standardtypes": "0.1.0"
1313
}
1414
}

workers/unity/Packages/com.improbable.gdk.standardtypes/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.standardtypes",
33
"displayName": "SpatialOS GDK Standard Types",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"unity": "2018.2",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.",

0 commit comments

Comments
 (0)