From 88d300d66ae3b1508db06f3b9e76c488748e3ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 8 Feb 2021 10:56:57 +0800 Subject: [PATCH] Advanced to version 1.13. --- Build.PL | 2 +- Changes | 2 +- Makefile.PL | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",