From 4b4a328425eaf412164bec4920104f49943c627c Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Tue, 1 Jan 2019 23:40:25 +0000 Subject: [PATCH] Version bump --- docx2md.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';