Skip to content

Commit

Permalink
update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zTBBz committed Jun 24, 2022
1 parent e6daac3 commit 7034cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TBB/Modules/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Main : BaseUnityPlugin
public static BaseUnityPlugin MainInstance = null!;
public const string pluginGuid = "ztbbz.streetsofrogue.tbb";
public const string pluginName = "TBB";
public const string pluginVersion = "1.1.0";
public const string pluginVersion = "1.1.1";
public static new ManualLogSource Logger = null!;
public void Awake()
{
Expand Down

0 comments on commit 7034cd6

Please sign in to comment.