Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyDuchess committed Mar 6, 2024
1 parent 933a0ca commit bf5809a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.13.2",
"version": "0.14.0",
"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.13.2",
"com.brcmapstation.tools": "0.14.0",
"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.13.2",
"com.brcmapstation.tools": "0.14.0",
"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.Tools/Editor/MapStationVersion.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace MapStation.Tools {
public static class MapStationVersion {
public const string Version = "0.13.2";
public const string Version = "0.14.0";
}
}
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.13.2",
"version": "0.14.0",
"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.13.2"
"com.brcmapstation.common": "0.14.0"
},
"files": [
"*",
Expand Down
2 changes: 1 addition & 1 deletion Thunderstore/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "MapStation",
"author": "SlopBrew",
"description": "Custom maps",
"version_number": "0.13.2",
"version_number": "0.14.0",
"website_url": "https://github.com/BRCMapStation/MapStation",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100",
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.13.2",
"version": "0.14.0",
"--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 bf5809a

Please sign in to comment.