From 59609be4f981b37c3de96e278bafbed72c2121a6 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Thu, 18 Mar 2021 19:52:56 +0000 Subject: [PATCH] Prepare release 1.5.0-rc.1 --- web-stories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-stories.php b/web-stories.php index 135e5aa2739b..aa2367c89dfa 100644 --- a/web-stories.php +++ b/web-stories.php @@ -12,7 +12,7 @@ * Plugin URI: https://wp.stories.google/ * Author: Google * Author URI: https://opensource.google.com/ - * Version: 1.5.0-alpha + * Version: 1.5.0-rc.1 * Requires at least: 5.3 * Requires PHP: 5.6 * Text Domain: web-stories @@ -40,7 +40,7 @@ exit; } -define( 'WEBSTORIES_VERSION', '1.5.0-alpha' ); +define( 'WEBSTORIES_VERSION', '1.5.0-rc.1' ); define( 'WEBSTORIES_DB_VERSION', '3.0.6' ); define( 'WEBSTORIES_AMP_VERSION', '2.1.0-alpha' ); // Version of the AMP library included in the plugin. define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );