diff --git a/Build.PL b/Build.PL index 0b9e9b6..0b6235f 100755 --- a/Build.PL +++ b/Build.PL @@ -284,7 +284,7 @@ CREATE TABLE c_table ( my $build = Module::Build->new( dist_name => "DbFramework", - dist_version => "1.12", + dist_version => "1.13", dist_abstract => "Classes for Manipulating DBI Databases, Based on the CDIF Data Model Subject Area", dist_author => "imacat ", license => "perl", diff --git a/Changes b/Changes index 6382882..7bcb6fb 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ DbFramework change log -2021-02-08 +2021-02-08 version 1.13 1. The DbFramework is hosted on GitHub now. 2. MANIFEST.SKIP: Added. 3. Makefile, MANIFEST, META.yml, SIGNATURE, t/Config.pm: Removed diff --git a/Makefile.PL b/Makefile.PL index e803a4a..32ed215 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -286,7 +286,7 @@ CREATE TABLE c_table ( WriteMakefile( NAME => "DbFramework", - VERSION => "1.12", + VERSION => "1.13", ABSTRACT => "Classes for Manipulating DBI Databases, Based on the CDIF Data Model Subject Area", AUTHOR => "imacat ", LICENSE => "perl",