diff --git a/Cargo.toml b/Cargo.toml index 0f4373901f0a042eba5e096ec39388aa8e105629..be2c556e5ea870824520a9cdf58c5b2c6ec50c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiled" -version = "0.9.1" +version = "0.9.2" description = "A rust crate for loading in maps created by the Tiled editor" repository = "https://github.com/mattyhall/rs-tiled.git" # documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/" diff --git a/README.md b/README.md index 352fe3b3583bc108484f8e68c92122faf67aa582..f92ec5fa6010bc2286657c3e9223734bb520cedb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Code contributions are welcome as are bug reports, documentation, suggestions an [There is a package on crates.io](https://crates.io/crates/tiled), to use simply add: ``` -tiled = "0.9.2" +tiled = "0.9.3" ``` to the dependencies section of your Cargo.toml.