Skip to content

Commit

Permalink
Update assets version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
googleforcreators-bot committed Aug 16, 2022
1 parent e796928 commit 5947be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-stories.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
define( 'WEBSTORIES_PLUGIN_DIR_URL', plugin_dir_url( WEBSTORIES_PLUGIN_FILE ) );
define( 'WEBSTORIES_MINIMUM_PHP_VERSION', '7.2.24' );
define( 'WEBSTORIES_MINIMUM_WP_VERSION', '5.7' );
define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/main' );
define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/19' );

if ( ! defined( 'WEBSTORIES_DEV_MODE' ) ) {
define( 'WEBSTORIES_DEV_MODE', false );
Expand Down

0 comments on commit 5947be1

Please sign in to comment.