From 4a2973dd483ed4712da99ba288af17b4709d956b Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 18 Mar 2021 20:43:16 +0100 Subject: [PATCH] Revert "Prepare release 1.5.0" This reverts commit b24ad1d709810dd8cbf435552feadea9c940f5fd. --- web-stories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-stories.php b/web-stories.php index d14bffedb1fd..70b014bde532 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 + * Version: 1.5.0-alpha * Requires at least: 5.3 * Requires PHP: 5.6 * Text Domain: web-stories @@ -40,7 +40,7 @@ exit; } -define( 'WEBSTORIES_VERSION', '1.5.0' ); +define( 'WEBSTORIES_VERSION', '1.5.0-alpha' ); 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__ );