From 03f46c387d6faf683089715fdbfdfb74f795bcb5 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Wed, 30 Jun 2021 16:22:34 +0000 Subject: [PATCH] Prepare release 1.8.1 --- web-stories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-stories.php b/web-stories.php index 94fad05b6e09..5a097662f073 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.8.0 + * Version: 1.8.1 * Requires at least: 5.3 * Requires PHP: 5.6 * Text Domain: web-stories @@ -40,7 +40,7 @@ exit; } -define( 'WEBSTORIES_VERSION', '1.8.0' ); +define( 'WEBSTORIES_VERSION', '1.8.1' ); define( 'WEBSTORIES_DB_VERSION', '3.0.9' ); define( 'WEBSTORIES_AMP_VERSION', '2.1.2' ); // Version of the AMP library included in the plugin. define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );