From f1c43a26f148f71c65e3f26f59f58dd234e9ff73 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 15 Jul 2024 11:25:19 -0700 Subject: [PATCH] Bump versions --- README.md | 4 ++-- amp.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ccc54a4b38..3f4a2104b09 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ An easier path to great Page Experience for everyone. Powered by AMP. **Contributors:** [google](https://profiles.wordpress.org/google), [xwp](https://profiles.wordpress.org/xwp), [rtcamp](https://profiles.wordpress.org/rtcamp), [automattic](https://profiles.wordpress.org/automattic), [westonruter](https://profiles.wordpress.org/westonruter), [albertomedina](https://profiles.wordpress.org/albertomedina), [schlessera](https://profiles.wordpress.org/schlessera), [delawski](https://profiles.wordpress.org/delawski/), [swissspidy](https://profiles.wordpress.org/swissspidy), [pierlo](https://profiles.wordpress.org/pierlo), [joshuawold](https://profiles.wordpress.org/joshuawold), [thelovekesh](https://profiles.wordpress.org/thelovekesh/) **Tags:** [page experience](https://wordpress.org/plugins/tags/page-experience), [performance](https://wordpress.org/plugins/tags/performance), [amp](https://wordpress.org/plugins/tags/amp), [mobile](https://wordpress.org/plugins/tags/mobile), [optimization](https://wordpress.org/plugins/tags/optimization) **Requires at least:** 6.3 -**Tested up to:** 6.5 -**Stable tag:** 2.5.3 +**Tested up to:** 6.6 +**Stable tag:** 2.5.4 **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) **Requires PHP:** 7.4 diff --git a/amp.php b/amp.php index ef49c801b00..d932bd87c43 100644 --- a/amp.php +++ b/amp.php @@ -5,7 +5,7 @@ * Plugin URI: https://amp-wp.org * Author: AMP Project Contributors * Author URI: https://github.com/ampproject/amp-wp/graphs/contributors - * Version: 2.5.4-alpha + * Version: 2.5.4 * License: GPLv2 or later * Requires at least: 6.3 * Requires PHP: 7.4 @@ -15,7 +15,7 @@ define( 'AMP__FILE__', __FILE__ ); define( 'AMP__DIR__', dirname( __FILE__ ) ); -define( 'AMP__VERSION', '2.5.4-alpha' ); +define( 'AMP__VERSION', '2.5.4' ); /** * Errors encountered while loading the plugin.