diff --git a/Cargo.toml b/Cargo.toml
index 5105559e8..4dbfb11ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "tcod"
 description = "The Rust bindings for the Doryen library (a.k.a. libtcod)."
-version = "0.13.0"
+version = "0.14.0"
 homepage = "https://github.com/tomassedovic/tcod-rs"
 repository = "https://github.com/tomassedovic/tcod-rs"
 documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html"
diff --git a/README.md b/README.md
index 429370d91..388e1ea69 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ To use `tcod-rs`, add this to your game's `Cargo.toml`:
 
 ```toml
 [dependencies]
-tcod = "0.13"
+tcod = "0.14"
 ```
 
 ### Building on Linux