Skip to content

Commit 6c3500f

Browse files
committed
Bump 0.6.0-RC1
1 parent f4d4f0e commit 6c3500f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pwa.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
* Plugin Name: PWA
1010
* Plugin URI: https://github.com/GoogleChromeLabs/pwa-wp
1111
* Description: Feature plugin to bring Progressive Web App (PWA) capabilities to Core
12-
* Version: 0.6.0-alpha
12+
* Version: 0.6.0-RC1
1313
* Author: PWA Plugin Contributors
1414
* Author URI: https://github.com/GoogleChromeLabs/pwa-wp/graphs/contributors
1515
* Text Domain: pwa
1616
* License: GPL-2.0+
1717
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1818
*/
1919

20-
define( 'PWA_VERSION', '0.6.0-alpha' );
20+
define( 'PWA_VERSION', '0.6.0-RC1' );
2121
define( 'PWA_PLUGIN_FILE', __FILE__ );
2222
define( 'PWA_PLUGIN_DIR', dirname( __FILE__ ) );
2323
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.

0 commit comments

Comments
 (0)