From 8030d3bca48a22965e2958118b33a6185a0d974d Mon Sep 17 00:00:00 2001 From: Richard Griffiths Date: Mon, 27 Jul 2020 21:58:27 +0200 Subject: [PATCH] Version bump --- mod.json | 2 +- src/MissionControl.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.json b/mod.json index 9b3faf6a..5b5daf1e 100644 --- a/mod.json +++ b/mod.json @@ -1,7 +1,7 @@ { "Name": "Mission Control", "Enabled": true, - "Version": "1.1.0", + "Version": "1.1.1", "Description": "A HBS BattleTech mod that adds custom contract types and varies the encounter specifics such as encounter boundary size, spawn locations, lance numbers and objectives", "Author": "CWolf", "Contact": "cwolfs@gmail.com", diff --git a/src/MissionControl.csproj b/src/MissionControl.csproj index ef12555a..13904929 100644 --- a/src/MissionControl.csproj +++ b/src/MissionControl.csproj @@ -1,6 +1,6 @@ - 1.1.0 + 1.1.1 Library net471