Skip to content

Commit

Permalink
Advance to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mspielberg committed Sep 21, 2020
1 parent 6b1c99c commit f0ac1ad
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>net472</TargetFramework>
<RootNamespace>DvMod.HeadsUpDisplay</RootNamespace>
<InformationalVersion>0.3.0</InformationalVersion>
<InformationalVersion>0.4.0</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.3.0",
"Version": "0.4.0",
"AssemblyName": "HeadsUpDisplay.dll",
"EntryMethod": "DvMod.HeadsUpDisplay.Main.Load",
"HomePage": "https://www.nexusmods.com/derailvalley/mods/206",
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.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"}
Expand Down

0 comments on commit f0ac1ad

Please sign in to comment.