From fdfdd970a7af0db4c3843d7588f4be3d7eba1a00 Mon Sep 17 00:00:00 2001 From: devlinjd Date: Tue, 27 Oct 2015 21:48:30 -0400 Subject: [PATCH] Bump version. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7ee311..ea2d501 100644 --- a/README.md +++ b/README.md @@ -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.1 *** +*** FluentCV v0.7.2 *** Reading JSON resume: foo/resume.json Applying MODERN Theme (7 formats) Generating HTML resume: out/resume.html @@ -81,7 +81,7 @@ fluentcv resume.json -t modern fluentcv resume.json -t ~/foo/bar/my-custom-theme/ ``` -As of v0.7.1, available predefined themes are `modern`, `minimist`, and `hello-world`. +As of v0.7.2, available predefined themes are `modern`, `minimist`, and `hello-world`, and `compact`. ### Merging resumes diff --git a/package.json b/package.json index 994e5c6..f2a53e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluentcv", - "version": "0.7.1", + "version": "0.7.2", "description": "Generate beautiful, targeted resumes from your command line, shell, or in Javascript with Node.js.", "repository": { "type": "git",