Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Mar 14, 2022
1 parent a981f90 commit 83874d5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/PerlX/Maybe.pm
Expand Up @@ -6,7 +6,7 @@ package PerlX::Maybe;

BEGIN {
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.201';
our $VERSION = '1.202';

our @EXPORT = qw/ maybe /;
our @EXPORT_OK = qw/ maybe provided provided_deref provided_deref_with_maybe/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Syntax/Feature/Maybe.pm
Expand Up @@ -8,7 +8,7 @@ package Syntax::Feature::Maybe;

BEGIN {
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.201';
our $VERSION = '1.202';
}

sub install
Expand Down
15 changes: 15 additions & 0 deletions meta/changes.ttl
Expand Up @@ -156,3 +156,18 @@ dist:v_1-201
dcs:thanks [ foaf:name "Michael Jemmeson"; foaf:nick "MJEMMESON" ];
];
].

dist:project :release dist:v_1-202 .
dist:v_1-202
a :Version ;
rdfs:label "Pi Day" ;
dc:issued "2022-03-14"^^xsd:date ;
:revision "1.202"^^xsd:string ;
:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/PerlX-Maybe-1.202.tar.gz> ;
dcs:changeset [
dcs:item [
a dcs:Documentaion;
rdfs:label "Fix code example."@en;
dcs:thanks [ foaf:name "Daniel Böhmer"; foaf:homepage <https://www.daniel-boehmer.de/> ];
];
].

0 comments on commit 83874d5

Please sign in to comment.