From 7927b70eec1f6ccc35a541f41d4ba50d6785f150 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Wed, 30 Oct 2024 16:06:59 +0000 Subject: [PATCH] Release 0.0.4 --- Changes.md | 6 ++++++ lib/App/LinkSite.pm | 2 +- lib/App/LinkSite/Link.pm | 2 +- lib/App/LinkSite/Site.pm | 2 +- lib/App/LinkSite/Social.pm | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Changes.md b/Changes.md index 56021d9..62866b5 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/lib/App/LinkSite.pm b/lib/App/LinkSite.pm index 590b15b..831f0d3 100755 --- a/lib/App/LinkSite.pm +++ b/lib/App/LinkSite.pm @@ -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]; diff --git a/lib/App/LinkSite/Link.pm b/lib/App/LinkSite/Link.pm index fdbd3bd..b2a7877 100644 --- a/lib/App/LinkSite/Link.pm +++ b/lib/App/LinkSite/Link.pm @@ -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'; diff --git a/lib/App/LinkSite/Site.pm b/lib/App/LinkSite/Site.pm index 2fd675b..c433d81 100644 --- a/lib/App/LinkSite/Site.pm +++ b/lib/App/LinkSite/Site.pm @@ -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'; diff --git a/lib/App/LinkSite/Social.pm b/lib/App/LinkSite/Social.pm index ddd1cde..985d223 100644 --- a/lib/App/LinkSite/Social.pm +++ b/lib/App/LinkSite/Social.pm @@ -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];