Skip to content

Commit

Permalink
Update assets version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Sep 7, 2021
1 parent 0f61a57 commit 2d432d6
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.0.21' );
define( 'WEBSTORIES_MINIMUM_WP_VERSION', '5.5' );
define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/main' );
define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/12' );

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

0 comments on commit 2d432d6

Please sign in to comment.