Skip to content

Commit

Permalink
0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jan 6, 2024
1 parent 706e5ac commit d058278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Lingua::Slavic::Numbers Changelog
-----------------------------

0.06
- git repository in META.*

0.05
- pod improvements and fixes (RT #37187)

Expand Down
2 changes: 1 addition & 1 deletion lib/Lingua/Slavic/Numbers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use constant FEMININE_GENDER => 'fem';
use constant MASCULINE_GENDER => 'man';
use constant NEUTRAL_GENDER => 'neu';

$VERSION = 0.05;
$VERSION = 0.06;
$DEBUG = 0;
@ISA = qw(Exporter);
@EXPORT_OK = qw( &number_to_slavic &ordinate_to_slavic LANG_BG);
Expand Down

0 comments on commit d058278

Please sign in to comment.