Skip to content

Commit ae7ec9b

Browse files
committed
utilities package version bump
1 parent bd9cd36 commit ae7ec9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Packages/com.unity.multiplayer.samples.coop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.unity.multiplayer.samples.coop",
33
"displayName": "Multiplayer Samples Utilities",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"type": "template",
66
"host": "hub",
77
"unity": "2020.3",
88
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
99
"dependencies": {
1010
"com.unity.learn.iet-framework": "1.2.1",
11-
"com.unity.multiplayer.tools": "1.0.0",
11+
"com.unity.multiplayer.tools": "1.1.0",
1212
"com.unity.netcode.gameobjects": "1.1.0",
1313
"com.unity.services.relay": "1.0.3"
1414
}

Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"source": "embedded",
124124
"dependencies": {
125125
"com.unity.learn.iet-framework": "1.2.1",
126-
"com.unity.multiplayer.tools": "1.0.0",
126+
"com.unity.multiplayer.tools": "1.1.0",
127127
"com.unity.netcode.gameobjects": "1.1.0",
128128
"com.unity.services.relay": "1.0.3"
129129
}

0 commit comments

Comments
 (0)