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

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Slaynash committed Mar 4, 2022
1 parent 9ff503a commit 5f1a278
Showing 1 changed file with 1 addition and 1 deletion.
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.4";
public const string VERSION = "1.0.5";

private static readonly Dictionary<string, string> oldToNewModNames = new Dictionary<string, string>()
{
Expand Down

0 comments on commit 5f1a278

Please sign in to comment.