Skip to content

Commit f49bb12

Browse files
committed
fix: update package.json and packages-lock.json
1 parent 7d1e5e4 commit f49bb12

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 5 additions & 5 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.9.0",
4+
"version": "2.0.0",
55
"type": "template",
66
"host": "hub",
7-
"unity": "2020.3",
7+
"unity": "6000.0",
88
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
99
"dependencies": {
10-
"com.unity.learn.iet-framework": "3.1.3",
11-
"com.unity.multiplayer.tools": "1.1.0",
12-
"com.unity.netcode.gameobjects": "1.8.1"
10+
"com.unity.learn.iet-framework": "4.0.4",
11+
"com.unity.multiplayer.tools": "2.2.3",
12+
"com.unity.netcode.gameobjects": "2.2.0"
1313
}
1414
}

Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@
155155
"depth": 0,
156156
"source": "embedded",
157157
"dependencies": {
158-
"com.unity.learn.iet-framework": "3.1.3",
159-
"com.unity.multiplayer.tools": "1.1.0",
160-
"com.unity.netcode.gameobjects": "1.8.1"
158+
"com.unity.learn.iet-framework": "4.0.4",
159+
"com.unity.multiplayer.tools": "2.2.3",
160+
"com.unity.netcode.gameobjects": "2.2.0"
161161
}
162162
},
163163
"com.unity.multiplayer.tools": {

0 commit comments

Comments
 (0)