Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c42478a

Browse files
committedSep 18, 2020
Bump 2.0.3
1 parent 8e88b89 commit c42478a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎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.0.3-RC1
8+
* Version: 2.0.3
99
* Text Domain: amp
1010
* Domain Path: /languages/
1111
* License: GPLv2 or later
@@ -17,7 +17,7 @@
1717

1818
define( 'AMP__FILE__', __FILE__ );
1919
define( 'AMP__DIR__', dirname( __FILE__ ) );
20-
define( 'AMP__VERSION', '2.0.3-RC1' );
20+
define( 'AMP__VERSION', '2.0.3' );
2121

2222
/**
2323
* Errors encountered while loading the plugin.

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Official AMP Plugin, supported by the AMP team. Formerly Accelerated Mobile
88
**Tags:** [amp](https://wordpress.org/plugins/tags/amp), [mobile](https://wordpress.org/plugins/tags/mobile), [optimization](https://wordpress.org/plugins/tags/optimization), [accelerated mobile pages](https://wordpress.org/plugins/tags/accelerated-mobile-pages), [framework](https://wordpress.org/plugins/tags/framework), [components](https://wordpress.org/plugins/tags/components), [blocks](https://wordpress.org/plugins/tags/blocks), [performance](https://wordpress.org/plugins/tags/performance), [ux](https://wordpress.org/plugins/tags/ux), [seo](https://wordpress.org/plugins/tags/seo), [official](https://wordpress.org/plugins/tags/official)
99
**Requires at least:** 4.9
1010
**Tested up to:** 5.5
11-
**Stable tag:** 2.0.2
11+
**Stable tag:** 2.0.3
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313
**Requires PHP:** 5.6
1414

‎readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: google, xwp, automattic, westonruter, albertomedina, schlessera, s
33
Tags: amp, mobile, optimization, accelerated mobile pages, framework, components, blocks, performance, ux, seo, official
44
Requires at least: 4.9
55
Tested up to: 5.5
6-
Stable tag: 2.0.2
6+
Stable tag: 2.0.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Requires PHP: 5.6

0 commit comments

Comments
 (0)
Please sign in to comment.