diff --git a/docx2md.php b/docx2md.php index 691b666..6e859aa 100755 --- a/docx2md.php +++ b/docx2md.php @@ -7,14 +7,14 @@ * * @author Jonathan Goode , Mathieu Bouchard * @license http://www.opensource.org/licenses/mit-license.php MIT License - * @version 1.0.3 + * @version 1.0.4 */ namespace Docx2md; class Docx2md { - const DOCX2MD_VERSION = '1.0.3'; + const DOCX2MD_VERSION = '1.0.4'; const PHP_SAPI_NAME = 'cli'; const DOM_VERSION = '1.0'; const DOM_ENCODING = 'UTF-8';