Skip to content

Commit

Permalink
0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jul 13, 2023
1 parent 7dfa571 commit 413ccf2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension Mac::FSEvents.

{{$NEXT}}

0.21 2023-07-13 19:28:40 JST
- Cosmetic changes (#2)

0.20 2023-07-13 03:28:32 JST
- Support recent macOS (#1)
- Support M1/M2 chip (#1)
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"provides" : {
"Mac::FSEvents" : {
"file" : "lib/Mac/FSEvents.pm",
"version" : "0.20"
"version" : "0.21"
},
"Mac::FSEvents::Event" : {
"file" : "lib/Mac/FSEvents/Event.pm"
Expand All @@ -51,7 +51,7 @@
"web" : "https://github.com/skaji/Mac-FSEvents"
}
},
"version" : "0.20",
"version" : "0.21",
"x_contributors" : [
"Doug Bell <madcityzen@gmail.com>",
"Fayland Lam <fayland@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.99"
},
"VERSION" => "0.20",
"VERSION" => "0.21",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Mac/FSEvents.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Exporter 'import';

use Mac::FSEvents::Event;

our $VERSION = '0.20';
our $VERSION = '0.21';

our @EXPORT_OK = qw(NONE WATCH_ROOT);
our %EXPORT_TAGS = ( flags => \@EXPORT_OK );
Expand Down

0 comments on commit 413ccf2

Please sign in to comment.