diff --git a/MapStation.Common/package.json b/MapStation.Common/package.json index 4d9c82b0..f5a5e870 100644 --- a/MapStation.Common/package.json +++ b/MapStation.Common/package.json @@ -1,6 +1,6 @@ { "name": "com.brcmapstation.common", - "version": "0.16.0", + "version": "0.16.1", "displayName": "BRC MapStation: Common Code", "description": "Mapping tools for Bomb Rush Cyberfunk", "unity": "2021.3", diff --git a/MapStation.Editor/Packages/manifest-localregistry.json b/MapStation.Editor/Packages/manifest-localregistry.json index 41001670..cb124d4e 100644 --- a/MapStation.Editor/Packages/manifest-localregistry.json +++ b/MapStation.Editor/Packages/manifest-localregistry.json @@ -9,7 +9,7 @@ } ], "dependencies": { - "com.brcmapstation.tools": "0.16.0", + "com.brcmapstation.tools": "0.16.1", "com.unity.feature.development": "1.0.1", "com.unity.formats.fbx": "4.1.3", "com.unity.ide.rider": "3.0.27", diff --git a/MapStation.Editor/Packages/manifest-releaseregistry.json b/MapStation.Editor/Packages/manifest-releaseregistry.json index 21861ddb..d9a5b3ce 100644 --- a/MapStation.Editor/Packages/manifest-releaseregistry.json +++ b/MapStation.Editor/Packages/manifest-releaseregistry.json @@ -9,7 +9,7 @@ } ], "dependencies": { - "com.brcmapstation.tools": "0.16.0", + "com.brcmapstation.tools": "0.16.1", "com.unity.feature.development": "1.0.1", "com.unity.formats.fbx": "4.1.3", "com.unity.ide.rider": "3.0.27", diff --git a/MapStation.Tools/Editor/MapStationVersion.cs b/MapStation.Tools/Editor/MapStationVersion.cs index 56fd0045..7213d6cd 100644 --- a/MapStation.Tools/Editor/MapStationVersion.cs +++ b/MapStation.Tools/Editor/MapStationVersion.cs @@ -1,5 +1,5 @@ namespace MapStation.Tools { public static class MapStationVersion { - public const string Version = "0.16.0"; + public const string Version = "0.16.1"; } } diff --git a/MapStation.Tools/package.json b/MapStation.Tools/package.json index 77f91f0e..4c9955fc 100644 --- a/MapStation.Tools/package.json +++ b/MapStation.Tools/package.json @@ -1,6 +1,6 @@ { "name": "com.brcmapstation.tools", - "version": "0.16.0", + "version": "0.16.1", "displayName": "BRC MapStation: Editor Tools", "description": "Mapping tools for Bomb Rush Cyberfunk", "unity": "2021.3", @@ -12,7 +12,7 @@ "name": "SlopBrew Construction Services" }, "dependencies": { - "com.brcmapstation.common": "0.16.0" + "com.brcmapstation.common": "0.16.1" }, "files": [ "*", diff --git a/Thunderstore/manifest.json b/Thunderstore/manifest.json index 85d7a6fc..5839ff76 100644 --- a/Thunderstore/manifest.json +++ b/Thunderstore/manifest.json @@ -2,7 +2,7 @@ "name": "MapStation", "author": "SlopBrew", "description": "Custom maps", - "version_number": "0.16.0", + "version_number": "0.16.1", "website_url": "https://github.com/BRCMapStation/MapStation", "dependencies": [ "BepInEx-BepInExPack-5.4.2100", diff --git a/package.json b/package.json index fb3b87a2..bc47d94e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.16.0", + "version": "0.16.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",