diff --git a/load.php b/load.php index add256a7..cb54221c 100644 --- a/load.php +++ b/load.php @@ -3,7 +3,7 @@ * Plugin Name: SQLite Database Integration * Description: SQLite database driver drop-in. * Author: The WordPress Team - * Version: 2.1.17-alpha + * Version: 2.2.0 * Requires PHP: 7.2 * Textdomain: sqlite-database-integration * diff --git a/readme.txt b/readme.txt index dc1c5f3d..1db6961b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: wordpressdotorg, aristath, janjakes, zieladam, berislav.grgic Requires at least: 6.4 Tested up to: 6.6.1 Requires PHP: 7.2 -Stable tag: 2.1.17-alpha +Stable tag: 2.2.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, database diff --git a/version.php b/version.php index b933657a..4facae4c 100644 --- a/version.php +++ b/version.php @@ -5,4 +5,4 @@ * * This constant needs to be updated on plugin release! */ -define( 'SQLITE_DRIVER_VERSION', '2.1.17-alpha' ); +define( 'SQLITE_DRIVER_VERSION', '2.2.0' );