Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
reisraff committed Jul 3, 2018
1 parent 9ebf88f commit 4edf29b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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

## 1.12.2

- Fix for support on Alpine and others musl-based distros by (@igk1972) (#44) (9ebf88fb2f93320b81b00e7e05aa13b4612007b0)

## 1.12.1

- Fix autoload for custom vendor-dir by (@igk1972) (#43) (56e24174bbe17ccb7e5b1211924b36ad10cab3f0)
Expand Down
4 changes: 2 additions & 2 deletions bin/phulp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

ini_set('register_argc_argv', true);

$version = '1.12.2';

$getArg = function ($arg, $isOption = true) use (&$argv) {
if (count($argv) > 1) {
foreach ($argv as $key => $value) {
Expand Down Expand Up @@ -31,8 +33,6 @@
return false;
};

$version = '1.12.1';

$files = ['../../../autoload.php', '../../autoload.php', '../vendor/autoload.php', 'vendor/autoload.php'];

foreach ($files as $autoload) {
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": "1.12.1",
"version": "1.12.2",
"keywords": [
"phulp",
"php",
Expand Down

0 comments on commit 4edf29b

Please sign in to comment.