diff --git a/CHANGELOG.md b/CHANGELOG.md index a79dd2233..b1ed405ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Rojo Changelog ## [Unreleased] - -## [0.5.0 Alpha 10](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.10) (May 29, 2019) * Added support for implicit property values in JSON model files ([#154](https://github.com/LPGhatguy/rojo/pull/154)) * `Content` propertyes can now be specified in projects and model files as regular string literals. * Added support for `BrickColor` properties. diff --git a/docs/installation.md b/docs/installation.md index 8c88423d6..6794ff5f6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -25,7 +25,7 @@ If you have Rust installed, the easiest way to get Rojo is with Cargo! To install the latest 0.5.0 alpha, use: ```sh -cargo install rojo --version 0.5.0-alpha.10 +cargo install rojo --version 0.5.0-alpha.9 ``` ## Installing the Plugin