Skip to content

Commit 30e6023

Browse files
committed
1.22.2 see README.md
1 parent 8134578 commit 30e6023

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

AutoLoadOne.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
*
4646
* @copyright Jorge Castro C. MIT License https://github.com/EFTEC/AutoLoadOne
4747
*
48-
* @version 1.22.1 2021-02-26
48+
* @version 1.22.2 2021-02-26
4949
* @noautoload
5050
*/
5151
class AutoLoadOne
5252
{
53-
const VERSION = '1.22.1';
53+
const VERSION = '1.22.2';
5454

5555

5656
public $rooturl = '';

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@ reads the composer.json files once.
556556

557557
## Version
558558

559+
* 1.22.2 2021-02-26
560+
* fixed composer.json
559561
* 1.22.1 2021-02-26
560562
* fixed an error in the code
561563
* 1.22 2021-02-26

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eftec/autoloadone",
33
"description": "AutoloadOne is a program that generates an autoload class for PHP.",
44
"type": "software",
5-
"version": "1.22",
5+
"version": "1.22.2",
66
"keywords": ["php","autoload"],
77
"homepage": "https://github.com/EFTEC/AutoLoadOne",
88
"minimum-stability": "beta",

0 commit comments

Comments
 (0)