Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyDuchess committed Sep 10, 2024
1 parent 5607f6c commit 62938a0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions MapStation.Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.brcmapstation.common",
"version": "0.16.1",
"version": "0.17.0",
"displayName": "BRC MapStation: Common Code",
"description": "Mapping tools for Bomb Rush Cyberfunk",
"unity": "2021.3",
Expand All @@ -20,4 +20,4 @@
"extends": "../package.json"
},
"hideInEditor": false
}
}
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.16.1",
"com.brcmapstation.tools": "0.17.0",
"com.unity.ai.navigation": "1.0.0-exp.4",
"com.unity.feature.development": "1.0.1",
"com.unity.formats.fbx": "4.1.3",
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.16.1",
"com.brcmapstation.tools": "0.17.0",
"com.unity.ai.navigation": "1.0.0-exp.4",
"com.unity.feature.development": "1.0.1",
"com.unity.formats.fbx": "4.1.3",
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.16.1";
public const string Version = "0.17.0";
}
}
6 changes: 3 additions & 3 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.16.1",
"version": "0.17.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.16.1",
"com.brcmapstation.common": "0.17.0",
"com.unity.timeline": "1.6.5",
"com.unity.ai.navigation": "1.0.0-exp.4",
"com.unity.postprocessing": "3.2.2"
Expand All @@ -26,4 +26,4 @@
"extends": "../package.json"
},
"hideInEditor": false
}
}
4 changes: 2 additions & 2 deletions Thunderstore/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "MapStation",
"author": "SlopBrew",
"description": "Custom maps",
"version_number": "0.16.1",
"version_number": "0.17.0",
"website_url": "https://github.com/BRCMapStation/MapStation",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100",
"LazyDuchess-CommonAPI-1.1.0",
"cspotcode-SlopCrewClient-0.0.1",
"cspotcode-FasterLoadTimes-0.0.1"
"cspotcode-FasterLoadTimes-0.0.1"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.1",
"version": "0.17.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 62938a0

Please sign in to comment.