From 93847f7c1bc825d9a52523dfdaba604521c90ccc Mon Sep 17 00:00:00 2001 From: Richard Griffiths Date: Wed, 23 Jun 2021 16:13:07 +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 09e86ed8..a4a7c973 100644 --- a/mod.json +++ b/mod.json @@ -1,7 +1,7 @@ { "Name": "Mission Control", "Enabled": true, - "Version": "1.2.0", + "Version": "1.2.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 a47df4eb..95bfb0c0 100644 --- a/src/MissionControl.csproj +++ b/src/MissionControl.csproj @@ -1,6 +1,6 @@ - 1.2.0 + 1.2.1 Library net471