From 0d6e3e66cec60ad4fd7c6628ca0fff8a443fd764 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 26 May 2018 17:02:04 -0700 Subject: [PATCH] Release 0.4.9 --- CHANGES.md | 5 ++++- README.md | 2 +- plugin/src/Config.lua | 2 +- server/Cargo.lock | 2 +- server/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5e18cae7..b0a100e9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,10 @@ # Rojo Change Log ## Current master -* Fixed warning when renaming or removing files that would sometimes corrupt the instance cache (#72) +* *No changes* + +## 0.4.9 (May 26, 2018) +* Fixed warning when renaming or removing files that would sometimes corrupt the instance cache ([#72](https://github.com/LPGhatguy/rojo/pull/72)) * JSON models are no longer as strict -- `Children` and `Properties` are now optional. ## 0.4.8 (May 26, 2018) diff --git a/README.md b/README.md index 2af08ccf..9aeb947e 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 2d676c9e..ea77b75a 100644 --- a/plugin/src/Config.lua +++ b/plugin/src/Config.lua @@ -1,6 +1,6 @@ return { pollingRate = 0.2, - version = {0, 4, 8}, + version = {0, 4, 9}, expectedServerVersionString = "0.4.x", protocolVersion = 1, icons = { diff --git a/server/Cargo.lock b/server/Cargo.lock index 2e752b5f..d3592280 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "rojo" -version = "0.4.8" +version = "0.4.9" 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 e031883f..f5df7b74 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "0.4.8" +version = "0.4.9" authors = ["Lucien Greathouse "] description = "A tool to create robust Roblox projects" license = "MIT"