Skip to content

Commit f1c43a2

Browse files
committed
Bump versions
1 parent 80c0e0c commit f1c43a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ An easier path to great Page Experience for everyone. Powered by AMP.
77
**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/)
88
**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)
99
**Requires at least:** 6.3
10-
**Tested up to:** 6.5
11-
**Stable tag:** 2.5.3
10+
**Tested up to:** 6.6
11+
**Stable tag:** 2.5.4
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313
**Requires PHP:** 7.4
1414

amp.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://amp-wp.org
66
* Author: AMP Project Contributors
77
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
8-
* Version: 2.5.4-alpha
8+
* Version: 2.5.4
99
* License: GPLv2 or later
1010
* Requires at least: 6.3
1111
* Requires PHP: 7.4
@@ -15,7 +15,7 @@
1515

1616
define( 'AMP__FILE__', __FILE__ );
1717
define( 'AMP__DIR__', dirname( __FILE__ ) );
18-
define( 'AMP__VERSION', '2.5.4-alpha' );
18+
define( 'AMP__VERSION', '2.5.4' );
1919

2020
/**
2121
* Errors encountered while loading the plugin.

0 commit comments

Comments
 (0)