Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Frityet committed Feb 15, 2021
1 parent a333345 commit 1e38d43
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 127 deletions.
2 changes: 1 addition & 1 deletion src/Backend/Common/ModInstallerCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ModInstallerCommon
/// <summary>
/// Current version.
/// </summary>
public static Version ModInstallerVersion = new(1, 0, 1);
public static Version ModInstallerVersion = new(1, 0, 2);


/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Backend/JSON/Database/modinstallerinfo.h3vrmi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"modID": "uniqueidmodinstaller",
"Name": "H3VRModInstaller",
"Version": "1.0.1",
"Version": "1.0.2",
"Description": "Hey! This thingy here is just to know what is the newest version of H3VRMI.",
"Website": "https://github.com/Frityet/H3VRModInstaller",
"Dependencies": [
Expand Down
Loading

0 comments on commit 1e38d43

Please sign in to comment.