1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-12 00:27:08 +01:00

Compare commits

...

1 Commits

Author SHA1 Message Date
9dd759ffa2 Bump version to 0.3.1. 2015-10-10 23:27:20 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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

View File

@ -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",