Skip to content

Commit

Permalink
0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Aug 6, 2020
1 parent f7e00b2 commit 87b6ac3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Text::Guess::Script

{{$NEXT}}

0.04 2020-08-06 19:27:47 CEST
- improve Kwalitee by provides

0.03 2016-03-14 07:43:56 CET
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -55,7 +55,7 @@
"provides" : {
"Text::Guess::Script" : {
"file" : "lib/Text/Guess/Script.pm",
"version" : "0.03"
"version" : "0.04"
}
},
"release_status" : "stable",
Expand All @@ -70,7 +70,7 @@
"web" : "https://github.com/wollmers/Text-Guess-Script"
}
},
"version" : "0.03",
"version" : "0.04",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.15",
"x_static_install" : 1
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Text/Guess/Script.pm
Expand Up @@ -3,7 +3,7 @@ package Text::Guess::Script;
use strict;
use warnings;

our $VERSION = '0.03';
our $VERSION = '0.04';

use Unicode::Normalize;
use Unicode::UCD qw(charscript prop_value_aliases);
Expand Down

0 comments on commit 87b6ac3

Please sign in to comment.