Release 1.1.1

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-06-01 22:03:59 +02:00
parent 2eaa526d66
commit a4623ed922
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
yapfaq 1.1.1 (unreleased)
yapfaq 1.1.1 (2026-06-01)
* Warn for missing .rc file.
* Add trailing slash to --datadir, if missing.

View file

@ -19,7 +19,7 @@
# It can be redistributed and/or modified under the same terms under
# which Perl itself is published.
my $VERSION = "1.1.0";
my $VERSION = "1.1.1";
(my $NAME = $0) =~ s#^.*/##;
use utf8;