1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 01:56:21 +00:00

Bump version to 0.3.1.

This commit is contained in:
devlinjd 2015-10-10 23:27:20 -04:00
parent befa26cbb2
commit 9dd759ffa2
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: You should see something to the effect of:
``` ```
*** FluentCMD v0.3.0 *** *** FluentCMD v0.3.1 ***
Reading JSON resume: foo/resume.json Reading JSON resume: foo/resume.json
Generating HTML resume: out/resume.html Generating HTML resume: out/resume.html
Generating TXT resume: out/resume.txt Generating TXT resume: out/resume.txt
@ -78,7 +78,7 @@ fluentcmd resume.json -t modern
fluentcmd resume.json -t ~/foo/bar/my-custom-theme/ 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 ### Merging resumes

View File

@ -1,6 +1,6 @@
{ {
"name": "fluentcmd", "name": "fluentcmd",
"version": "0.3.0", "version": "0.3.1",
"description": "Generate beautiful, targeted resumes from your command line or shell.", "description": "Generate beautiful, targeted resumes from your command line or shell.",
"repository": { "repository": {
"type": "git", "type": "git",