Skip to content

Commit 9f80537

Browse files
committed
Patch version fix
1 parent 099778f commit 9f80537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "com.unity.netcode.gameobjects",
33
"displayName": "Netcode for GameObjects",
44
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
5-
"version": "1.15.0",
5+
"version": "1.15.1",
66
"unity": "2022.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.6",
9-
"com.unity.transport": "1.5.1"
9+
"com.unity.transport": "1.5.0"
1010
},
1111
"samples": [
1212
{

0 commit comments

Comments
 (0)