Skip to content

Commit b563dbb

Browse files
committed
v0.19.1
1 parent 681cc63 commit b563dbb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

MapStation.Common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.brcmapstation.common",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"displayName": "BRC MapStation: Common Code",
55
"description": "Mapping tools for Bomb Rush Cyberfunk",
66
"unity": "2021.3",

MapStation.Editor/Packages/manifest-localregistry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"dependencies": {
12-
"com.brcmapstation.tools": "0.19.0",
12+
"com.brcmapstation.tools": "0.19.1",
1313
"com.unity.ai.navigation": "1.0.0-exp.4",
1414
"com.unity.feature.development": "1.0.1",
1515
"com.unity.formats.fbx": "4.1.3",

MapStation.Editor/Packages/manifest-releaseregistry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"dependencies": {
12-
"com.brcmapstation.tools": "0.19.0",
12+
"com.brcmapstation.tools": "0.19.1",
1313
"com.unity.ai.navigation": "1.0.0-exp.4",
1414
"com.unity.feature.development": "1.0.1",
1515
"com.unity.formats.fbx": "4.1.3",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace MapStation.Tools {
22
public static class MapStationVersion {
3-
public const string Version = "0.19.0";
3+
public const string Version = "0.19.1";
44
}
55
}

MapStation.Tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.brcmapstation.tools",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"displayName": "BRC MapStation: Editor Tools",
55
"description": "Mapping tools for Bomb Rush Cyberfunk",
66
"unity": "2021.3",
@@ -12,7 +12,7 @@
1212
"name": "SlopBrew Construction Services"
1313
},
1414
"dependencies": {
15-
"com.brcmapstation.common": "0.19.0",
15+
"com.brcmapstation.common": "0.19.1",
1616
"com.unity.timeline": "1.6.5",
1717
"com.unity.ai.navigation": "1.0.0-exp.4",
1818
"com.unity.postprocessing": "3.2.2"

Thunderstore/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "MapStation",
33
"author": "SlopBrew",
44
"description": "Custom maps",
5-
"version_number": "0.19.0",
5+
"version_number": "0.19.1",
66
"website_url": "https://github.com/BRCMapStation/MapStation",
77
"dependencies": [
88
"BepInEx-BepInExPack-5.4.2100",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.19.0",
2+
"version": "0.19.1",
33
"--Note--": [
44
"Purely for convenience, if you happen to use volta to switch your node",
55
"and npm versions for multiple projects, then it will auto-switch",

0 commit comments

Comments
 (0)