diff --git a/Cargo.toml b/Cargo.toml index ef07787a00be931c44f00ccafe001c6ca41fb9e7..79fe869416bac1277f7a9ec36bb3ce3a267ce039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiled" -version = "0.5.1" +version = "0.7.0" 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 1ead155ee052f0f5e1588274a0e23d399fdc0968..bc2f64f6a9aac6cd8e862a8cd39b46c8badbb589 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.6.0" +tiled = "0.7.0" ``` to the dependencies section of your Cargo.toml.