Release 2.0.7 to close #27

Update dependencies for the simple html dom parser.
This commit is contained in:
Craig Davis 2014-05-14 19:57:07 -05:00
parent c19ecaf71e
commit 544717bc0f
4 changed files with 6 additions and 4 deletions

View File

@ -24,7 +24,7 @@ at the [blog post for the project][blog].
## Help
```
Markdown Resume Generator version 2.0.6 by Craig Davis
Markdown Resume Generator version 2.0.7 by Craig Davis
Usage:
[options] command [arguments]
@ -100,6 +100,8 @@ are a more comfortable with html than markdown, you should use it.
## Changelog
* __2.0.7__ : Update composer to use `sunra/php-simple-html-dom-parser` this
appears to be better maintained and more popular to close #27
* __2.0.6__ : Fix empty template list from phar file to close #24
* __2.0.5__ : Remove default value for the `--refresh` option to close #22
* __2.0.4__ : Fix path resolution problem with absolute paths to close #16

Binary file not shown.

View File

@ -8,7 +8,7 @@
"html5"
],
"license": "MIT",
"version": "2.0.6",
"version": "2.0.7",
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
"authors": [
@ -59,4 +59,4 @@
"bin": [
"bin/md2resume"
]
}
}

View File

@ -1 +1 @@
2.0.6
2.0.7