Release 0.4.9

This commit is contained in:
Lucien Greathouse
2018-05-26 17:02:04 -07:00
parent 7e4d451765
commit 0d6e3e66ce
5 changed files with 8 additions and 5 deletions

2
server/Cargo.lock generated
View File

@@ -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)",

View File

@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "0.4.8"
version = "0.4.9"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "A tool to create robust Roblox projects"
license = "MIT"