Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 9c6f9a2

Browse files
authored
Updated versioning.
Updated to Semantic Versioning. Signed-off-by: Ryan <[email protected]>
1 parent af28969 commit 9c6f9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Signs/PluginInfo/init.client.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ button.ClickableWhenViewportHidden = true
2222

2323
-- Create new widget GUI and name it
2424
local widget = plugin:CreateDockWidgetPluginGui("Signs", widgetInfo)
25-
widget.Title = "Signs 2.0.48.0"
25+
widget.Title = "Signs 2.0.0"
2626
widget.Name = "Signs"
2727

2828
-- Set CreateButton.Icon to match Studio theme
@@ -70,4 +70,4 @@ end
7070

7171
-- PluginGui logic
7272
button.Click:Connect(toggleGui)
73-
widget:BindToClose(closeGui)
73+
widget:BindToClose(closeGui)

0 commit comments

Comments
 (0)