Skip to content

Commit

Permalink
fix: fixing mirage version in package
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Jan 14, 2024
1 parent 4f01483 commit 17dcb0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/NetworkPositionSync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/James-Frowen/NetworkPositionSync.git"
},
"dependencies": {
"com.miragenet.mirage": "131.0.0"
"com.miragenet.mirage": "141.0.2"
},
"samples": []
}
}
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.miragenet.mirage": "131.0.0",
"com.miragenet.mirage": "141.0.2",
"com.unity.collab-proxy": "1.14.9",
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://package.openupm.com"
},
"com.miragenet.mirage": {
"version": "131.0.0",
"version": "141.0.2",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down

0 comments on commit 17dcb0c

Please sign in to comment.