Switch to using the latest Rojo release to sync itself

This commit is contained in:
Lucien Greathouse
2017-12-01 02:40:08 -08:00
parent f3483ee2e0
commit 5685619c3a
3 changed files with 4 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ local Plugin = require(script.Parent.Plugin)
local function main()
local pluginInstance = Plugin.new()
local toolbar = plugin:CreateToolbar("Rojo Plugin 0.2.0")
local toolbar = plugin:CreateToolbar("Rojo Plugin vDEV")
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
.Click:Connect(function()