From 910be640e95094fceb42a58f742ad50dd2fdc2b5 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 21 May 2018 13:26:25 -0700 Subject: [PATCH] Release 0.4.6 --- CHANGES.md | 3 +++ README.md | 2 +- plugin/src/Config.lua | 2 +- server/Cargo.lock | 2 +- server/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3dd109751..61d7e81b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ # Rojo Change Log ## Current master +* *No changes* + +## 0.4.6 (May 21, 2018) * Rojo handles being restarted by Roblox Studio more gracefully ([#67](https://github.com/LPGhatguy/rojo/issues/67)) * Folders should no longer get collapsed when syncing occurs. * **Significant** robustness improvements with regards to caching. diff --git a/README.md b/README.md index 7b4365a19..fdb2dbbe2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Travis-CI Build Status - Current server version + Current server version Rojo Documentation diff --git a/plugin/src/Config.lua b/plugin/src/Config.lua index 55906858b..d945ad674 100644 --- a/plugin/src/Config.lua +++ b/plugin/src/Config.lua @@ -1,6 +1,6 @@ return { pollingRate = 0.2, - version = {0, 4, 5}, + version = {0, 4, 6}, expectedServerVersionString = "0.4.x", protocolVersion = 1, dev = false, diff --git a/server/Cargo.lock b/server/Cargo.lock index 32f5b7422..e4b980854 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "rojo" -version = "0.4.5" +version = "0.4.6" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/server/Cargo.toml b/server/Cargo.toml index feb5c6395..884b72fb4 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "0.4.5" +version = "0.4.6" authors = ["Lucien Greathouse "] description = "A tool to create robust Roblox projects" license = "MIT"