Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jul 12, 2021
1 parent 5d94aa4 commit 845d7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions H3VR.Sideloader.Shared/Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{
internal static class Info
{
public const string VERSION = "0.3.5";
public const string VERSION = "0.3.6";
public const string NAME = "H3VR Sideloader";
public const string LICENSE = "MIT: Geoffrey Horsington 2020";
public const string LICENSE = "MIT: Geoffrey Horsington 2021";
public static readonly string[] ModExts = {"h3mod", "hotmod"};
}
}

0 comments on commit 845d7a1

Please sign in to comment.