Release 0.12.14
diff --git a/Cargo.toml b/Cargo.toml
index b447ac2..4e58a0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "syn"
-version = "0.12.13" # don't forget to update html_root_url
+version = "0.12.14" # don't forget to update html_root_url
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "Nom parser for Rust source code"
diff --git a/src/lib.rs b/src/lib.rs
index e6e716a..abe755e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -256,7 +256,7 @@
 //!   types.
 
 // Syn types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/syn/0.12.13")]
+#![doc(html_root_url = "https://docs.rs/syn/0.12.14")]
 #![cfg_attr(feature = "cargo-clippy",
             allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool,
                   redundant_closure, needless_pass_by_value))]