Skip to content

Commit

Permalink
Bump version to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksalot committed Oct 11, 2015
1 parent befa26c commit 9dd759f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fluentcmd in1.json in2.json -o out.html -o out.doc -o out.pdf
You should see something to the effect of:

```
*** FluentCMD v0.3.0 ***
*** FluentCMD v0.3.1 ***
Reading JSON resume: foo/resume.json
Generating HTML resume: out/resume.html
Generating TXT resume: out/resume.txt
Expand All @@ -78,7 +78,7 @@ fluentcmd resume.json -t modern
fluentcmd resume.json -t ~/foo/bar/my-custom-theme/
```

As of v0.3.0, available predefined themes are `modern`, `minimist`, `informatic`, and `hello-world`.
As of v0.3.1, available predefined themes are `modern`, `minimist`, `informatic`, 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": "fluentcmd",
"version": "0.3.0",
"version": "0.3.1",
"description": "Generate beautiful, targeted resumes from your command line or shell.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9dd759f

Please sign in to comment.