Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 12, 2024
1 parent 22ab590 commit fe4f4ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.0.10] - 2024-11-12

### Fixed

- A stupid typo

## [0.0.9] - 2024-11-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/App/LinkSite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The main driver class for App::LinkSite.
use Feature::Compat::Class;

class App::LinkSite {
our $VERSION = '0.0.9';
our $VERSION = '0.0.10';
use strict;
use warnings;
use feature qw[say signatures];
Expand Down
2 changes: 1 addition & 1 deletion lib/App/LinkSite/Link.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A class to model a link on a link site (part of App::LinkSite).
use Feature::Compat::Class;

class App::LinkSite::Link {
our $VERSION = '0.0.9';
our $VERSION = '0.0.10';
use strict;
use warnings;
no if $] >= 5.038, 'warnings', 'experimental::class';
Expand Down
2 changes: 1 addition & 1 deletion lib/App/LinkSite/Site.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A class to model a link site (part of App::LinkSite).
use Feature::Compat::Class;

class App::LinkSite::Site {
our $VERSION = '0.0.9';
our $VERSION = '0.0.10';
use strict;
use warnings;
no if $] >= 5.038, 'warnings', 'experimental::class';
Expand Down
2 changes: 1 addition & 1 deletion lib/App/LinkSite/Social.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A class to model a social link on a link site (part of App::LinkSite).
use Feature::Compat::Class;

class App::LinkSite::Social {
our $VERSION = '0.0.9';
our $VERSION = '0.0.10';
use strict;
use warnings;
use feature qw[say signatures];
Expand Down

0 comments on commit fe4f4ae

Please sign in to comment.