From 1c414d118a30c6fbc06fc4663b1fb064cc87e9ed Mon Sep 17 00:00:00 2001 From: Matthew Hall <matthew@quickbeam.me.uk> Date: Sun, 18 Sep 2016 16:21:57 +0100 Subject: [PATCH] Update version in README If I don't forget to publish the changes then I forget to update the README. *sigh* --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feac92f..1ae85a9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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.2.0" +tiled = "0.3.0" ``` to the dependencies section of your Cargo.toml. -- GitLab