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

Commit 9f9b74c

Browse files
authored
Upgrade to stable Worker SDK version (#689)
1 parent 92996bd commit 9f9b74c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
### Changed
1313

14-
- Upgraded the Worker SDK snapshot version.
14+
- Upgraded the Worker SDK version to `13.5.1`. This is a stable Worker SDK release! :tada:
1515
- `Improbable.Gdk.EntityTemplate` is now mutable and exposes a set of APIs to add, remove, and replace component snapshots
1616
- This replaces the `Improbable.Gdk.Core.EntityBuilder` class.
1717
- These changes also allow you to reuse an `EntityTemplate` more than once.

spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "unity_gdk",
33
"project_version": "0.0.1",
4-
"sdk_version": "13.5.1-b8033-b6bcd-WORKER-SNAPSHOT",
4+
"sdk_version": "13.5.1-gdk-for-unity",
55
"dependencies": [
6-
{"name": "standard_library", "version": "13.5.1-b8033-b6bcd-WORKER-SNAPSHOT"}
6+
{"name": "standard_library", "version": "13.5.1-gdk-for-unity"}
77
]
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.5.1-b8033-b6bcd-WORKER-SNAPSHOT
1+
13.5.1-gdk-for-unity

0 commit comments

Comments
 (0)