diff --git a/License.md b/License.md
index 027becb..8a5b854 100644
--- a/License.md
+++ b/License.md
@@ -1,5 +1,5 @@
PHP Markdown Lib
-Copyright (c) 2004-2013 Michel Fortin
+Copyright (c) 2004-2014 Michel Fortin
All rights reserved.
diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php
index 25b903f..0d37012 100644
--- a/Michelf/Markdown.php
+++ b/Michelf/Markdown.php
@@ -3,7 +3,7 @@
# Markdown - A text-to-HTML conversion tool for web writers
#
# PHP Markdown
-# Copyright (c) 2004-2013 Michel Fortin
+# Copyright (c) 2004-2014 Michel Fortin
#
#
# Original Markdown
@@ -21,7 +21,7 @@ class Markdown implements MarkdownInterface {
### Version ###
- const MARKDOWNLIB_VERSION = "1.4.0";
+ const MARKDOWNLIB_VERSION = "1.4.1";
### Simple Function Interface ###
diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php
index 04e4529..89822e4 100644
--- a/Michelf/MarkdownExtra.php
+++ b/Michelf/MarkdownExtra.php
@@ -3,7 +3,7 @@
# Markdown Extra - A text-to-HTML conversion tool for web writers
#
# PHP Markdown Extra
-# Copyright (c) 2004-2013 Michel Fortin
+# Copyright (c) 2004-2014 Michel Fortin
#
#
# Original Markdown
diff --git a/Michelf/MarkdownInterface.php b/Michelf/MarkdownInterface.php
index 22c571a..f8367ed 100644
--- a/Michelf/MarkdownInterface.php
+++ b/Michelf/MarkdownInterface.php
@@ -3,7 +3,7 @@
# Markdown - A text-to-HTML conversion tool for web writers
#
# PHP Markdown
-# Copyright (c) 2004-2013 Michel Fortin
+# Copyright (c) 2004-2014 Michel Fortin
#
#
# Original Markdown
diff --git a/Readme.md b/Readme.md
index 6430c47..8f31978 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,7 +1,7 @@
PHP Markdown
============
-PHP Markdown Lib 1.4.0 - 29 Nov 2013
+PHP Markdown Lib 1.4.1 - 4 May 2013
by Michel Fortin
@@ -163,6 +163,29 @@ too.
Version History
---------------
+PHP Markdown Lib 1.4.1 (4 May 2014)
+
+* The HTML block parser will now treat `` as a block-level element
+ (as it should) and no longer wrap it in `
` or parse it's content with
+ the as Markdown syntax (although with Extra you can use `markdown="1"`
+ if you wish to use the Markdown syntax inside it).
+
+* The content of `