Skip to content

Commit

Permalink
Advance to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mspielberg committed Mar 8, 2022
1 parent dc75600 commit 4d74462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeadsUpDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>DvMod.HeadsUpDisplay</RootNamespace>
<InformationalVersion>0.6.0</InformationalVersion>
<InformationalVersion>0.6.1</InformationalVersion>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "HeadsUpDisplay",
"DisplayName": "Heads-up Display",
"Author": "Zeibach",
"Version": "0.6.0",
"Version": "0.6.1",
"LoadAfter": ["DVCustomCarLoader"],
"AssemblyName": "HeadsUpDisplay.dll",
"EntryMethod": "DvMod.HeadsUpDisplay.Main.Load",
Expand Down
1 change: 1 addition & 0 deletions resources/repository.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"Releases":
[
{"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"},
{"Id": "HeadsUpDisplay", "Version": "0.5.2", "DownloadUrl": "https://github.com/mspielberg/dv-hud/releases/download/v0.5.2/HeadsUpDisplay_0.5.2.zip"},
Expand Down

0 comments on commit 4d74462

Please sign in to comment.