Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Jan 1, 2019
1 parent a334a5c commit 4b4a328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docx2md.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
*
* @author Jonathan Goode <https://github.com/u01jmg3>, Mathieu Bouchard <https://github.com/matb33>
* @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';
Expand Down

0 comments on commit 4b4a328

Please sign in to comment.