Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
It looks like the version number was somehow regressed back to 5; it should be 6 as per https://github.com/Automattic/newspack-blocks/releases.
  • Loading branch information
laurelfulford authored Sep 30, 2019
1 parent 9a9849e commit 8928924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newspack-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* Author URI: YOUR SITE HERE
* Text Domain: newspack-blocks
* Domain Path: /languages
* Version: 1.0.0-alpha.5
* Version: 1.0.0-alpha.6
*
* @package Newspack_Blocks
*/

define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'NEWSPACK_BLOCKS__VERSION', '1.0.0-alpha.3' );
define( 'NEWSPACK_BLOCKS__VERSION', '1.0.0-alpha.6' );
/**
* Newspack blocks functionality
*/
Expand Down

0 comments on commit 8928924

Please sign in to comment.