Release 0.4.7

This commit is contained in:
Lucien Greathouse
2018-05-25 23:31:01 -07:00
parent aa5f0cc335
commit c856a3e361
5 changed files with 7 additions and 4 deletions

2
server/Cargo.lock generated
View File

@@ -636,7 +636,7 @@ dependencies = [
[[package]]
name = "rojo"
version = "0.4.6"
version = "0.4.7"
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.6"
version = "0.4.7"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "A tool to create robust Roblox projects"
license = "MIT"