diff --git a/ChangeLog b/ChangeLog index bc428c8..80fb719 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/bin/yapfaq.pl b/bin/yapfaq.pl index ec01ab8..4ac2a2d 100755 --- a/bin/yapfaq.pl +++ b/bin/yapfaq.pl @@ -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;