Skip to content

Commit 6fc6ad0

Browse files
authored
Update version to v2.2.1 (#182)
This is just to fix the plugin repository release.
1 parent 7bb1d85 commit 6fc6ad0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: SQLite Database Integration
44
* Description: SQLite database driver drop-in.
55
* Author: The WordPress Team
6-
* Version: 2.2.0
6+
* Version: 2.2.1
77
* Requires PHP: 7.2
88
* Textdomain: sqlite-database-integration
99
*

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wordpressdotorg, aristath, janjakes, zieladam, berislav.grgic
44
Requires at least: 6.4
55
Tested up to: 6.6.1
66
Requires PHP: 7.2
7-
Stable tag: 2.2.0
7+
Stable tag: 2.2.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: performance, database

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*
66
* This constant needs to be updated on plugin release!
77
*/
8-
define( 'SQLITE_DRIVER_VERSION', '2.2.0' );
8+
define( 'SQLITE_DRIVER_VERSION', '2.2.1' );

0 commit comments

Comments
 (0)