Skip to content

Commit cd2d74d

Browse files
committed
- Beta preparation
1 parent 38dd359 commit cd2d74d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stikosekutilities2/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private void Awake()
2020
{
2121
Instance = this;
2222

23-
waterMarkText = $"{PluginConstants.Name} {Loader.FormattedVersion} by DevPacket";
23+
waterMarkText = $"{PluginConstants.Name} {Loader.FormattedVersion} BETA by DevPacket";
2424

2525
// Add Windows
2626
GUIRenderer.AddWindow(WindowID.Player, "Player", new(70, 90, 320, 400));

stikosekutilities2/PluginConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class PluginConstants
66
public const string
77
Name = "stikosekutilities2",
88
GUID = "devpacket.stikosekutilities2",
9-
Version = "0.0.0.1";
9+
Version = "0.1.0.0";
1010

1111
// GitHub related
1212
public const string

0 commit comments

Comments
 (0)