Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
reisraff committed Aug 1, 2019
1 parent 795a246 commit e93f392
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Phulp Change Log

## 2.1.1

- Avoiding emacs files by (@reisraff) (795a24698bbf62b4f61cd5d70a768a1c344f1591)

## 2.0.0

- glob pattern instead of Symfony\Finder by (@reisraff) (38f530f2630e324670ed25638d15c61ab684c279)
Expand Down
2 changes: 1 addition & 1 deletion bin/phulp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ini_set('register_argc_argv', true);

$version = '2.1.0';
$version = '2.1.1';

$getArg = function ($arg, $isOption = true) use (&$argv) {
if (count($argv) > 1) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reisraff/phulp",
"description": "The task manager for PHP",
"type": "library",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"phulp",
"php",
Expand Down

0 comments on commit e93f392

Please sign in to comment.