Skip to content

Commit 0c2d0e7

Browse files
committed
updating tools pkg to 1.0.0
1 parent d3a660d commit 0c2d0e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-pre.8",
11+
"com.unity.multiplayer.tools": "1.0.0",
1212
"com.unity.netcode.gameobjects": "1.0.0",
1313
"com.unity.services.relay": "1.0.3"
1414
}

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.unity.ide.vscode": "1.2.5",
1010
"com.unity.learn.iet-framework": "2.2.1",
1111
"com.unity.memoryprofiler": "0.5.0-preview.1",
12-
"com.unity.multiplayer.tools": "1.0.0-pre.8",
12+
"com.unity.multiplayer.tools": "1.0.0",
1313
"com.unity.netcode.gameobjects": "1.0.0",
1414
"com.unity.postprocessing": "3.2.1",
1515
"com.unity.render-pipelines.universal": "12.1.6",

Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@
121121
"source": "embedded",
122122
"dependencies": {
123123
"com.unity.learn.iet-framework": "1.2.1",
124-
"com.unity.multiplayer.tools": "1.0.0-pre.8",
125-
"com.unity.netcode.gameobjects": "1.0.0-pre.10",
124+
"com.unity.multiplayer.tools": "1.0.0",
125+
"com.unity.netcode.gameobjects": "1.0.0",
126126
"com.unity.services.relay": "1.0.3"
127127
}
128128
},
129129
"com.unity.multiplayer.tools": {
130-
"version": "1.0.0-pre.8",
130+
"version": "1.0.0",
131131
"depth": 0,
132132
"source": "registry",
133133
"dependencies": {

0 commit comments

Comments
 (0)