Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Aug 12, 2022
1 parent bb8d802 commit 8e10e86
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion devel.examples/Acme-Mitey-Cards/lib/Acme/Mitey/Cards.pm
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Suit;
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Card;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Card::Face;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Card::Joker;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Card::Numeric;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Deck;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Hand;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Set;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
@@ -1,6 +1,6 @@
package Acme::Mitey::Cards::Suit;

our $VERSION = '0.013';
our $VERSION = '0.014';
our $AUTHORITY = 'cpan:TOBYINK';

use Acme::Mitey::Cards::Mite qw( -all );
Expand Down
9 changes: 9 additions & 0 deletions devel.examples/Acme-Mitey-Cards/meta/changes.pret
Expand Up @@ -119,3 +119,12 @@
label "Signature improvements.";
];
].

`Acme-Mitey-Cards 0.014 cpan:TOBYINK`
issued 2022-08-12;
changeset [
item [
a dcs:Update;
label "Rebuild with Mite 0.010002.";
];
].

0 comments on commit 8e10e86

Please sign in to comment.