diff --git a/README.md b/README.md index dfa3306..59e767c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ at the [blog post for the project][blog]. ## Help ``` -Markdown Resume Generator version 2.0.0 by Craig Davis +Markdown Resume Generator version 2.0.1 by Craig Davis Usage: [options] command [arguments] @@ -49,7 +49,7 @@ Available commands: version Show current version information ``` - ## Examples +## Examples Choose a template with the -t option. diff --git a/bin/md2resume b/bin/md2resume index 8069314..dbf7fe6 100755 Binary files a/bin/md2resume and b/bin/md2resume differ diff --git a/composer.json b/composer.json index 818cd11..a6a3f70 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "html5" ], "license": "MIT", - "version": "2.0.0", + "version": "2.0.1", "selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume", "selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version", "authors": [ diff --git a/composer.lock b/composer.lock index 0a15fcf..2864dcd 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "7c8fb9a08e3469fc9aaf81003b3ba5b3", + "hash": "bb09d0f04bf284a55264394434efff69", "packages": [ { "name": "fabpot/php-cs-fixer", @@ -811,9 +811,9 @@ ], "minimum-stability": "dev", - "stability-flags": { - "michelf/php-smartypants": 10 - }, + "stability-flags": [ + + ], "platform": [ ], diff --git a/pakefile b/pakefile index 9d97907..3fee85b 100644 --- a/pakefile +++ b/pakefile @@ -100,7 +100,7 @@ function run_readme() $help = shell_exec("php ./md2resume_dev.php list --no-interaction"); $output = preg_replace( '/('.preg_quote($startPoint).')(.*)('.preg_quote($endPoint).')/si', - "$1\n```\n" . $help . "\n```\n $3", + "$1\n```\n" . $help . "\n```\n$3", $readme ); file_put_contents("README.md", $output); diff --git a/version b/version index 359a5b9..10bf840 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file