From 815c66bb1f21e6104161f7fc7e152d274f63bbb7 Mon Sep 17 00:00:00 2001 From: Matthew Hall <matthew@quickbeam.me.uk> Date: Fri, 12 Aug 2016 14:58:42 +0100 Subject: [PATCH] Bump version number in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f305a14..feac92f 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.1.4" +tiled = "0.2.0" ``` to the dependencies section of your Cargo.toml. -- GitLab