Skip to content

Commit

Permalink
Bump 0.3-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Aug 2, 2019
1 parent 2cbf974 commit 0162e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
* Plugin Name: PWA
* Plugin URI: https://github.com/xwp/pwa-wp
* Description: Feature plugin to bring Progressive Web App (PWA) capabilities to Core
* Version: 0.3-beta1
* Version: 0.3-RC1
* Author: PWA Plugin Contributors
* Author URI: https://github.com/xwp/pwa-wp/graphs/contributors
* Text Domain: pwa
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/

define( 'PWA_VERSION', '0.3-beta1' );
define( 'PWA_VERSION', '0.3-RC1' );
define( 'PWA_PLUGIN_FILE', __FILE__ );
define( 'PWA_PLUGIN_DIR', dirname( __FILE__ ) );
define( 'PWA_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 0162e6b

Please sign in to comment.