From b49a620cf1ad0d2e90ebd9f85b82aa11271df5f4 Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 20 Jan 2023 17:30:24 +0800 Subject: [PATCH] [update] Release Medoo 2.1.8 --- LICENSE.md | 2 +- src/Medoo.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 148da484..16bae615 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Angel Lai +Copyright (c) 2023 Angel Lai Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Medoo.php b/src/Medoo.php index bb5e1ebf..dcf6b260 100644 --- a/src/Medoo.php +++ b/src/Medoo.php @@ -6,10 +6,10 @@ * * The Lightweight PHP Database Framework to Accelerate Development. * - * @version 2.1.7 + * @version 2.1.8 * @author Angel Lai * @package Medoo - * @copyright Copyright 2022 Medoo Project, Angel Lai. + * @copyright Copyright 2023 Medoo Project, Angel Lai. * @license https://opensource.org/licenses/MIT * @link https://medoo.in */