diff --git a/wp-content/themes/twentytwentytwo/readme.txt b/wp-content/themes/twentytwentytwo/readme.txt index d99cb3a1da..5f10e0fe95 100644 --- a/wp-content/themes/twentytwentytwo/readme.txt +++ b/wp-content/themes/twentytwentytwo/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 5.9 Tested up to: 5.9 Requires PHP: 5.6 -Stable tag: 1.0 +Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -17,6 +17,11 @@ Whether you’re building a single-page website, a blog, a business website, or == Changelog == += 1.1 = +* Released: February 22, 2022 + +https://wordpress.org/support/article/twenty-twenty-two-changelog#Version_1.1 + = 1.0 = * Released: January 25, 2022 diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css index b9f6a19367..7692799f48 100644 --- a/wp-content/themes/twentytwentytwo/style.css +++ b/wp-content/themes/twentytwentytwo/style.css @@ -7,7 +7,7 @@ Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces Requires at least: 5.9 Tested up to: 5.9 Requires PHP: 5.6 -Version: 1.0 +Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentytwo diff --git a/wp-includes/version.php b/wp-includes/version.php index 90dc484861..dbd95bb666 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52780'; +$wp_version = '6.0-alpha-52781'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.