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 May 2, 2023
1 parent b0fac56 commit d7e5539
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.4' );
define( 'WEBSTORIES_MINIMUM_WP_VERSION', '6.0' );
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 d7e5539

Please sign in to comment.