Skip to content

Commit abdfa99

Browse files
committed
1.21.1 see README.md
1 parent 7096e32 commit abdfa99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.21.1 2021-02-15
560+
* fixed composer.json (wrong number)
559561
* 1.21 2021-02-15
560562
* Fixed a big problem with linux. It used basename(), but it works diffently in Linux and Windows. Now, it works in
561563
Linux.

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.20",
5+
"version": "1.21.1",
66
"keywords": ["php","autoload"],
77
"homepage": "https://github.com/EFTEC/AutoLoadOne",
88
"minimum-stability": "beta",

0 commit comments

Comments
 (0)