We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a334a5c commit 4b4a328Copy full SHA for 4b4a328
docx2md.php
@@ -7,14 +7,14 @@
7
*
8
* @author Jonathan Goode <https://github.com/u01jmg3>, Mathieu Bouchard <https://github.com/matb33>
9
* @license http://www.opensource.org/licenses/mit-license.php MIT License
10
- * @version 1.0.3
+ * @version 1.0.4
11
*/
12
13
namespace Docx2md;
14
15
class Docx2md
16
{
17
- const DOCX2MD_VERSION = '1.0.3';
+ const DOCX2MD_VERSION = '1.0.4';
18
const PHP_SAPI_NAME = 'cli';
19
const DOM_VERSION = '1.0';
20
const DOM_ENCODING = 'UTF-8';
0 commit comments