Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 30, 2024
1 parent 3a3d177 commit 7927b70
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.4] - 2024-10-30

### Fixed

- Actually install the shared files

## [0.0.3] - 2024-10-29

### Removed
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.3';
our $VERSION = '0.0.4';
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.3';
our $VERSION = '0.0.4';
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.3';
our $VERSION = '0.0.4';
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.3';
our $VERSION = '0.0.4';
use strict;
use warnings;
use feature qw[say signatures];
Expand Down

0 comments on commit 7927b70

Please sign in to comment.