From 31fc55836b76b23c1483bc59286cb7d7f087b4c2 Mon Sep 17 00:00:00 2001 From: Axel Magnuson <axelmagn@gmail.com> Date: Sun, 1 Nov 2015 00:01:07 -0600 Subject: [PATCH] tick version and fix readme dependency line --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23fc9ac..135f683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiled" -version = "0.1.3" +version = "0.1.4" 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 b5d3939..5751355 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The long and the short of it being the recommended way of using rs-tiled is addi ``` [dependencies.tiled] -git = "https://github.com/mattyhall/rs-tiled.git" +version = "0.1" ``` [There is a package on crates.io](https://crates.io/crates/tiled) but it is unlikely to work until the language stabalises. -- GitLab