Build 2.0.5
This commit is contained in:
parent
746db2a89e
commit
cf50e58fd7
|
@ -24,7 +24,7 @@ at the [blog post for the project][blog].
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
```
|
```
|
||||||
Markdown Resume Generator version 2.0.4 by Craig Davis
|
Markdown Resume Generator version 2.0.5 by Craig Davis
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
[options] command [arguments]
|
[options] command [arguments]
|
||||||
|
@ -100,6 +100,7 @@ are a more comfortable with html than markdown, you should use it.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* __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
|
* __2.0.4__ : Fix path resolution problem with absolute paths to close #16
|
||||||
* __2.0.3__ : Add optional duration to the `--refresh` option to close #15
|
* __2.0.3__ : Add optional duration to the `--refresh` option to close #15
|
||||||
* __2.0.2__ : Add new dependency check for `mbstring` to close #20
|
* __2.0.2__ : Add new dependency check for `mbstring` to close #20
|
||||||
|
|
BIN
bin/md2resume
BIN
bin/md2resume
Binary file not shown.
|
@ -8,7 +8,7 @@
|
||||||
"html5"
|
"html5"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
|
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
|
||||||
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
|
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
Loading…
Reference in New Issue