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__ );