From ff034c482cda65a1ed1dfb00e503d474128e4e37 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 10 May 2022 16:09:44 +0200 Subject: [PATCH] Change version to 1.3.0 on the Database class --- src/Database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Database.php b/src/Database.php index e45cc4d..d25d3ea 100644 --- a/src/Database.php +++ b/src/Database.php @@ -17,7 +17,7 @@ * You can obtain one at https://mozilla.org/MPL/2.0/. * @license MPL-2.0 https://mozilla.org/MPL/2.0/ * @source https://github.com/wdes/simple-php-model-system - * @version 1.2.1 + * @version 1.3.0 */ /** @@ -155,7 +155,7 @@ public function getConnection(): PDO } /** - * @since 1.2.1 + * @since 1.3.0 */ public function getDbName(): string {