Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 4, 2024
1 parent 91b1a39 commit 9ff63eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MapStation.Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.brcmapstation.common",
"version": "0.9.0",
"version": "0.9.1",
"displayName": "BRC MapStation: Common Code",
"description": "Mapping tools for Bomb Rush Cyberfunk",
"unity": "2021.3",
Expand Down
2 changes: 1 addition & 1 deletion MapStation.Editor/Packages/manifest-localregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"dependencies": {
"com.brcmapstation.tools": "0.9.0",
"com.brcmapstation.tools": "0.9.1",
"com.unity.feature.development": "1.0.1",
"com.unity.formats.fbx": "4.1.3",
"com.unity.ide.rider": "3.0.27",
Expand Down
2 changes: 1 addition & 1 deletion MapStation.Editor/Packages/manifest-releaseregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"dependencies": {
"com.brcmapstation.tools": "0.9.0",
"com.brcmapstation.tools": "0.9.1",
"com.unity.feature.development": "1.0.1",
"com.unity.formats.fbx": "4.1.3",
"com.unity.ide.rider": "3.0.27",
Expand Down
4 changes: 2 additions & 2 deletions MapStation.Tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.brcmapstation.tools",
"version": "0.9.0",
"version": "0.9.1",
"displayName": "BRC MapStation: Editor Tools",
"description": "Mapping tools for Bomb Rush Cyberfunk",
"unity": "2021.3",
Expand All @@ -12,7 +12,7 @@
"name": "SlopBrew Construction Services"
},
"dependencies": {
"com.brcmapstation.common": "0.9.0"
"com.brcmapstation.common": "0.9.1"
},
"files": [
"*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.9.1",
"--Note--": [
"Purely for convenience, if you happen to use volta to switch your node",
"and npm versions for multiple projects, then it will auto-switch",
Expand Down

0 comments on commit 9ff63eb

Please sign in to comment.