Skip to content

Commit

Permalink
Update assets version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Mar 18, 2021
1 parent 4a2973d commit ab4d09e
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 @@ -49,7 +49,7 @@
define( 'WEBSTORIES_ASSETS_URL', WEBSTORIES_PLUGIN_DIR_URL . 'assets' );
define( 'WEBSTORIES_MINIMUM_PHP_VERSION', '5.6' );
define( 'WEBSTORIES_MINIMUM_WP_VERSION', '5.3' );
define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/main' );
define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/6' );

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

0 comments on commit ab4d09e

Please sign in to comment.