From 1e868d03f9667606899da26ac2e0c06fc1de1152 Mon Sep 17 00:00:00 2001 From: mspielberg <9729801+mspielberg@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:39:05 -0700 Subject: [PATCH] Advance to v1.0.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 0815532..bf4e938 100644 --- a/HeadsUpDisplay.csproj +++ b/HeadsUpDisplay.csproj @@ -2,7 +2,7 @@ netstandard2.0 DvMod.HeadsUpDisplay - 0.6.1 + 1.0.0 8.0 enable diff --git a/info.json b/info.json index 346a86a..9a16199 100644 --- a/info.json +++ b/info.json @@ -2,7 +2,7 @@ "Id": "HeadsUpDisplay", "DisplayName": "Heads-up Display", "Author": "Zeibach", - "Version": "0.6.1", + "Version": "1.0.0", "LoadAfter": ["DVCustomCarLoader"], "AssemblyName": "HeadsUpDisplay.dll", "EntryMethod": "DvMod.HeadsUpDisplay.Main.Load", diff --git a/resources/repository.json b/resources/repository.json index 77167d7..c242c82 100644 --- a/resources/repository.json +++ b/resources/repository.json @@ -1,6 +1,7 @@ { "Releases": [ + {"Id": "HeadsUpDisplay", "Version": "1.0.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v1.0.0/HeadsUpDisplay_1.0.0.zip"}, {"Id": "HeadsUpDisplay", "Version": "0.6.1", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.6.1/HeadsUpDisplay_0.6.1.zip"}, {"Id": "HeadsUpDisplay", "Version": "0.6.0", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.6.0/HeadsUpDisplay_0.6.0.zip"}, {"Id": "HeadsUpDisplay", "Version": "0.5.3", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.5.3/HeadsUpDisplay_0.5.3.zip"},