v0.12.0
diff --git a/Cargo.toml b/Cargo.toml
index eaee958..c9996a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@
 homepage = "https://github.com/ogham/rust-ansi-term"
 license = "MIT"
 readme = "README.md"
-version = "0.11.0"
+version = "0.12.0"
 repository = "https://github.com/ogham/rust-ansi-term"
 
 [lib]
diff --git a/README.md b/README.md
index b557fee..6cfee8c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 
 ```toml
 [dependencies]
-ansi_term = "0.11"
+ansi_term = "0.12"
 ```