From f0ac1ad6e36f8d3a91debe99f023ffd27c4515c3 Mon Sep 17 00:00:00 2001 From: mspielberg <9729801+mspielberg@users.noreply.github.com> Date: Mon, 21 Sep 2020 09:00:42 -0700 Subject: [PATCH] Advance to v0.4.0 --- HeadsUpDisplay.csproj | 2 +- info.json | 2 +- resources/repository.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HeadsUpDisplay.csproj b/HeadsUpDisplay.csproj index 27c1def..dec9f15 100755 --- a/HeadsUpDisplay.csproj +++ b/HeadsUpDisplay.csproj @@ -2,7 +2,7 @@ net472 DvMod.HeadsUpDisplay - 0.3.0 + 0.4.0 8.0 enable diff --git a/info.json b/info.json index 32c3a8c..366128d 100755 --- a/info.json +++ b/info.json @@ -2,7 +2,7 @@ "Id": "HeadsUpDisplay", "DisplayName": "Heads-up Display", "Author": "Zeibach", - "Version": "0.3.0", + "Version": "0.4.0", "AssemblyName": "HeadsUpDisplay.dll", "EntryMethod": "DvMod.HeadsUpDisplay.Main.Load", "HomePage": "https://www.nexusmods.com/derailvalley/mods/206", diff --git a/resources/repository.json b/resources/repository.json index 6831e10..c6afae5 100755 --- a/resources/repository.json +++ b/resources/repository.json @@ -1,6 +1,7 @@ { "Releases": [ + {"Id": "HeadsUpDisplay", "Version": "0.4.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.4.0/HeadsUpDisplay_0.4.0.zip"}, {"Id": "HeadsUpDisplay", "Version": "0.3.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.3.0/HeadsUpDisplay_0.3.0.zip"}, {"Id": "HeadsUpDisplay", "Version": "0.2.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.2.0/HeadsUpDisplay_0.2.0.zip"}, {"Id": "HeadsUpDisplay", "Version": "0.1.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.1.0/HeadsUpDisplay_0.1.0.zip"}