Skip to content

Commit 7ee29b1

Browse files
committed
prepare v1.1.1
1 parent c727f2d commit 7ee29b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package/src/progpilot/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class Application extends BaseApplication
1818
{
1919
const NAME = 'progpilot';
20-
const VERSION = '1.1.0';
20+
const VERSION = '1.1.1';
2121

2222
public function __construct()
2323
{

projects/example/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Example of use of Progpilot",
44
"require": {
55
"php": ">=7.4",
6-
"designsecurity/progpilot": "^1.1.0",
6+
"designsecurity/progpilot": "^1",
77
"ircmaxell/php-cfg": "^0.7.0"
88
}
99
}

projects/example_config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": ">=7.4",
12-
"progpilot/package": "^1.1.0",
12+
"progpilot/package": "^1.1.1",
1313
"ircmaxell/php-cfg": "^0.7.0"
1414
}
1515
}

0 commit comments

Comments
 (0)