This commit is contained in:
Lucien Greathouse
2017-12-04 00:19:17 -08:00
parent 35543c2790
commit cafb547894
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# Rojo Change Log # Rojo Change Log
## Current Master ## Current Master
* *No changes*
## 0.2.3
* Plugin only release
* Tightened `init` file rules to only match script files * Tightened `init` file rules to only match script files
* Previously, Rojo would sometimes pick up the wrong file when syncing * Previously, Rojo would sometimes pick up the wrong file when syncing

View File

@@ -1,5 +1,5 @@
return { return {
pollingRate = 0.3, pollingRate = 0.3,
version = "v0.2.2", version = "v0.2.3",
dev = false, dev = false,
} }

View File

@@ -10,7 +10,7 @@ local function main()
local displayedVersion = Config.dev and "DEV" or Config.version local displayedVersion = Config.dev and "DEV" or Config.version
local toolbar = plugin:CreateToolbar("Rojo Plugin v" .. displayedVersion) local toolbar = plugin:CreateToolbar("Rojo Plugin " .. displayedVersion)
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "") toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
.Click:Connect(function() .Click:Connect(function()