From df58ec34b9297d948bfec1de17fe849a825efc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Sun, 9 Apr 2023 14:39:02 +0200 Subject: [PATCH] Bump version to 1.1.2 --- Directory.Build.props | 4 ++-- SpaceWarpBuildTemplate/swinfo.json | 2 +- builder.py | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fcf81941..e75016a2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.1.1 + 1.1.2 net472 11 true @@ -12,7 +12,7 @@ diff --git a/SpaceWarpBuildTemplate/swinfo.json b/SpaceWarpBuildTemplate/swinfo.json index 2edbfe09..f1fef657 100644 --- a/SpaceWarpBuildTemplate/swinfo.json +++ b/SpaceWarpBuildTemplate/swinfo.json @@ -5,7 +5,7 @@ "description": "Space-Warp is an API for KSP2 mod developers.", "source": "https://github.com/SpaceWarpDev/SpaceWarp", "version_check": "https://raw.githubusercontent.com/SpaceWarpDev/SpaceWarp/main/SpaceWarpBuildTemplate/swinfo.json", - "version": "1.1.1", + "version": "1.1.2", "dependencies": [], "ksp2_version": { "min": "0", diff --git a/builder.py b/builder.py index 6b5d69c4..6ff74808 100644 --- a/builder.py +++ b/builder.py @@ -53,7 +53,6 @@ def build(release=False): print("=> Copying output template") shutil.copytree(TEMPLATE_DIR, output_dir) - open(os.path.join(BUILD_DIR, "SpaceWarp", "BepInEx", "disabled_plugins.cfg"), 'a').close() print(f"=> Executing: {' '.join(dotnet_args)}")