Skip to content

Commit

Permalink
Updated GUID and Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil29 committed Mar 4, 2021
1 parent fb59c7b commit 0c97a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Cosplay_Academy
[BepInDependency(KoikatuAPI.GUID, KoikatuAPI.VersionConst)]
public class ExpandedOutfit : BaseUnityPlugin
{
public const string Guid = Versions.Guid;
public const string Guid = "Cosplay_Academy";
public const string Version = Versions.Version;

internal static new ManualLogSource Logger { get; private set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Versions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
internal static class Versions
{
public const string Guid = "93c2d098-9027-4b04-83a5-ea1fc3e220f8";
public const string Version = "0.3.1";
public const string Version = "0.4.0";
}
}

0 comments on commit 0c97a47

Please sign in to comment.