diff --git a/Changes b/Changes index 38f951b..7cf093a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Rapi::Blog +1.1004 2019-10-02 + - Require RapidApp 1.3108 (VANSTYN) + - Added a few missing default TableSpec configs (VANSTYN) + 1.1003 2019-10-02 - Require RapidApp 1.3107 (VANSTYN) - Fix bug in database fresh deploy (VANSTYN) diff --git a/dist.ini b/dist.ini index af117d4..5c86437 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = IntelliTree Solutions llc copyright_year = 2017 -version = 1.1003 +version = 1.1004 [MetaResources] homepage = http://www.rapidapp.info diff --git a/lib/Rapi/Blog.pm b/lib/Rapi/Blog.pm index adbed54..d481e0a 100644 --- a/lib/Rapi/Blog.pm +++ b/lib/Rapi/Blog.pm @@ -22,7 +22,7 @@ use YAML::XS 0.64 'LoadFile'; use Rapi::Blog::Scaffold; use Rapi::Blog::Scaffold::Set; -our $VERSION = 1.1003; +our $VERSION = 1.1004; our $TITLE = "Rapi::Blog v" . $VERSION; has 'site_path', is => 'ro', required => 1;