We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2434620 commit c81a2adCopy full SHA for c81a2ad
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.4
+ * @version 1.0.5
11
*/
12
13
namespace Docx2md;
14
15
class Docx2md
16
{
17
- const DOCX2MD_VERSION = '1.0.4';
+ const DOCX2MD_VERSION = '1.0.5';
18
const PHP_SAPI_NAME = 'cli';
19
const DOM_VERSION = '1.0';
20
const DOM_ENCODING = 'UTF-8';
0 commit comments