Skip to content

Commit

Permalink
Update AMP plugin dependency (#13445)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Aug 7, 2023
1 parent 4b5a0bc commit 95c9623
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
64 changes: 35 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-stories.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

define( 'WEBSTORIES_VERSION', '1.34.0-alpha.0' );
define( 'WEBSTORIES_DB_VERSION', '3.0.16' );
define( 'WEBSTORIES_AMP_VERSION', '2.4.2' ); // Version of the AMP library included in the plugin.
define( 'WEBSTORIES_AMP_VERSION', '2.4.3' ); // Version of the AMP library included in the plugin.
define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );
define( 'WEBSTORIES_PLUGIN_DIR_PATH', plugin_dir_path( WEBSTORIES_PLUGIN_FILE ) );
define( 'WEBSTORIES_PLUGIN_DIR_URL', plugin_dir_url( WEBSTORIES_PLUGIN_FILE ) );
Expand Down

0 comments on commit 95c9623

Please sign in to comment.