Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Dec 1, 2017
1 parent 60a9135 commit f3483ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
## Current Master
* *No changes*

## 0.2.0
* Support for `init.lua` like rbxfs and rbxpacker
* More robust syncing with a new reconciler

## 0.1.0
* Initial release, functionally very similar to [rbxfs](https://github.com/LPGhatguy/rbxfs)
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "0.1.0"
version = "0.2.0"
authors = ["Lucien Greathouse <[email protected]>"]
description = "A tool to create robust Roblox projects"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/Main.server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local Plugin = require(script.Parent.Plugin)
local function main()
local pluginInstance = Plugin.new()

local toolbar = plugin:CreateToolbar("Rojo Plugin 0.1.0")
local toolbar = plugin:CreateToolbar("Rojo Plugin 0.2.0")

toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
.Click:Connect(function()
Expand Down

0 comments on commit f3483ee

Please sign in to comment.