diff --git a/Cargo.toml b/Cargo.toml
index 23fc9ac7e4dce3055137f81181c783f6bb310b6a..135f683edce0228404a239761f2abb4fb4a2cbfb 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 b5d3939861093f04bd4768969b08792557b45e0a..575135527dfbad66178b44d7d1032bdb308f9b3c 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.