Skip to content

Commit c81a2ad

Browse files
committed
Version bump
1 parent 2434620 commit c81a2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docx2md.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
*
88
* @author Jonathan Goode <https://github.com/u01jmg3>, Mathieu Bouchard <https://github.com/matb33>
99
* @license http://www.opensource.org/licenses/mit-license.php MIT License
10-
* @version 1.0.4
10+
* @version 1.0.5
1111
*/
1212

1313
namespace Docx2md;
1414

1515
class Docx2md
1616
{
17-
const DOCX2MD_VERSION = '1.0.4';
17+
const DOCX2MD_VERSION = '1.0.5';
1818
const PHP_SAPI_NAME = 'cli';
1919
const DOM_VERSION = '1.0';
2020
const DOM_ENCODING = 'UTF-8';

0 commit comments

Comments
 (0)