Skip to content

Commit

Permalink
Merge pull request #13 from fluentdesk/ver/0.7.1
Browse files Browse the repository at this point in the history
Ver/0.7.1
  • Loading branch information
hacksalot committed Oct 27, 2015
2 parents 090b8a2 + 1782d06 commit f9c4a70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fluentcv in1.json in2.json -o out.html -o out.doc -o out.pdf
You should see something to the effect of:

```
*** FluentCV v0.7.0 ***
*** FluentCV v0.7.1 ***
Reading JSON resume: foo/resume.json
Applying MODERN Theme (7 formats)
Generating HTML resume: out/resume.html
Expand All @@ -81,7 +81,7 @@ fluentcv resume.json -t modern
fluentcv resume.json -t ~/foo/bar/my-custom-theme/
```

As of v0.7.0, available predefined themes are `modern`, `minimist`, and `hello-world`.
As of v0.7.1, available predefined themes are `modern`, `minimist`, and `hello-world`.

### Merging resumes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluentcv",
"version": "0.7.0",
"version": "0.7.1",
"description": "Generate beautiful, targeted resumes from your command line, shell, or in Javascript with Node.js.",
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ function main() {

// Generate!
FCMD.generate( src, dst, opts, logMsg );

process.exit(0);
}

function logMsg( msg ) {
Expand Down

0 comments on commit f9c4a70

Please sign in to comment.