diff --git a/Cargo.toml b/Cargo.toml
index 788f506d4dcc7a8aa1dea755423bde38cf2588b9..a9c3ba08d1bd100099e11fcccd3d80f0ecb0480d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,10 @@
 [package]
 
 name = "tiled"
-version = "0.1.0"
+version = "0.1.1"
 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/"
 readme = "README.md"
 license = "MIT"
 authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]