Skip to content

Commit

Permalink
Changed version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guighub committed May 9, 2024
1 parent 8a8d210 commit 9faf1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CW_LongerFaces/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ContentWarningMoreFacesMod : BaseUnityPlugin
{
public const string modGUID = "guiguig.CW_LongerFacesMod";
public const string modName = "Content Warning Longer Faces Mod";
public const string modVersion = "1.0.0";
public const string modVersion = "1.1.0";
private readonly Harmony harmony = new Harmony(modGUID); // Creating a Harmony instance which will run the mod

public static ManualLogSource BepInExLogSource = BepInEx.Logging.Logger.CreateLogSource(modGUID);
Expand Down

0 comments on commit 9faf1a7

Please sign in to comment.