Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slaynash committed Apr 1, 2021
1 parent fdc505a commit 480a510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/VRCModUpdaterCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace VRCModUpdater.Core
{
public static class VRCModUpdaterCore
{
public const string VERSION = "1.0.1";
public const string VERSION = "1.0.2";

private static readonly Dictionary<string, string> oldToNewModNames = new Dictionary<string, string>()
{
Expand Down
2 changes: 1 addition & 1 deletion Loader/VRCModUpdaterPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace VRCModUpdater.Loader
{
public class VRCModUpdaterPlugin : MelonPlugin
{
public const string VERSION = "1.0.1";
public const string VERSION = "1.0.2";

string targetDirectoryPath = Path.Combine(MelonHandler.ModsDirectory, "..", "UserData");
string targetFilePath = Path.Combine(MelonHandler.ModsDirectory, "..", "UserData", "VRCModUpdater.Core.dll");
Expand Down

0 comments on commit 480a510

Please sign in to comment.