diff --git a/README.md b/README.md index ccc2c87..e8ec8be 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.1 by Craig Davis +Markdown Resume Generator version 2.0.2 by Craig Davis Usage: [options] command [arguments] diff --git a/bin/md2resume b/bin/md2resume index 35e49ae..1ac74ce 100755 Binary files a/bin/md2resume and b/bin/md2resume differ diff --git a/composer.json b/composer.json index 63c9ca8..f8cd8a6 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "html5" ], "license": "MIT", - "version": "2.0.1", + "version": "2.0.2", "selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume", "selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version", "authors": [ diff --git a/src/Resume/Cli/Resume.php b/src/Resume/Cli/Resume.php index 0e0a3f2..394f4f4 100644 --- a/src/Resume/Cli/Resume.php +++ b/src/Resume/Cli/Resume.php @@ -68,7 +68,8 @@ class Resume extends Application return parent::getLongVersion().' by Craig Davis'; } - public function checkDependencies() { + public function checkDependencies() + { $output = new ConsoleOutput(); if (!extension_loaded('mbstring')) { $output->writeln( @@ -76,7 +77,7 @@ class Resume extends Application "More help: http://www.php.net/manual/en/mbstring.installation.php\n", $this->outputFormat ); - exit(1); + exit(1); } } diff --git a/version b/version index 10bf840..f93ea0c 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file