From c81a2adf628c880479d9408e1d86b9ed4eeed635 Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Sun, 6 Jan 2019 00:04:46 +0000 Subject: [PATCH] Version bump --- docx2md.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docx2md.php b/docx2md.php index d99b149..9e2a7c8 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.4 + * @version 1.0.5 */ namespace Docx2md; class Docx2md { - const DOCX2MD_VERSION = '1.0.4'; + const DOCX2MD_VERSION = '1.0.5'; const PHP_SAPI_NAME = 'cli'; const DOM_VERSION = '1.0'; const DOM_ENCODING = 'UTF-8';