From 881e615b67e9bfd287d7cfd4f17fdaa56448539c Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 11 Nov 2024 14:27:34 -0800 Subject: [PATCH] Bump version to 0.8.3-alpha --- pwa.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwa.php b/pwa.php index 4f6efffac..ed3061813 100644 --- a/pwa.php +++ b/pwa.php @@ -11,7 +11,7 @@ * Description: Feature plugin to bring Progressive Web App (PWA) capabilities to Core * Requires at least: 6.6 * Requires PHP: 7.2 - * Version: 0.8.2 + * Version: 0.8.3-alpha * Author: PWA Plugin Contributors * Author URI: https://github.com/GoogleChromeLabs/pwa-wp/graphs/contributors * Text Domain: pwa @@ -19,7 +19,7 @@ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ -define( 'PWA_VERSION', '0.8.2' ); +define( 'PWA_VERSION', '0.8.3-alpha' ); define( 'PWA_PLUGIN_FILE', __FILE__ ); define( 'PWA_PLUGIN_DIR', __DIR__ ); define( 'PWA_WORKBOX_VERSION', json_decode( file_get_contents( PWA_PLUGIN_DIR . '/package.json' ), true )['devDependencies']['workbox-cli'] ); // phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents,PHPCompatibility.Syntax.NewFunctionArrayDereferencing.Found -- Replaced with version literal build.