Bump version and update Changes
[app-web-oof.git] / lib / App / Web / Oof.pm
index 1f937fe182a6c1c4f0d13f569bd603562392df52..429c97f8ec958a7e0391bb01985143aaba9dc833 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use utf8;
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.000_001';
+our $VERSION = '0.000_002';
 
 use DBIx::Simple;
 use File::Slurp;
@@ -258,8 +258,10 @@ App::Web::Oof - Oversimplified order form / ecommerce website
 =head1 DESCRIPTION
 
 Oof (Oversimplified order form) is a very simple ecommerce website.
-As of this moment it is incomplete (although functional), hence the
-version number.
+It is the code behind L<https://ledparts4you.uk.to>.
+
+This version is reasonably functional, yet not very reusable, hence
+the version number.
 
 =head1 AUTHOR
 
This page took 0.009146 seconds and 4 git commands to generate.