Skip to content

Commit

Permalink
Merge pull request #384 from Automattic/chore/version
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
claudiulodro authored Feb 25, 2020
2 parents 26a6765 + 01c2587 commit cad65f8
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: https://newspack.blog/
* Text Domain: newspack-blocks
* Domain Path: /languages
* Version: 1.0.0-alpha.26
* Version: 1.0.0-alpha.27
*
* @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.26' );
define( 'NEWSPACK_BLOCKS__VERSION', '1.0.0-alpha.27' );

require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks.php';
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks-api.php';
Expand Down

0 comments on commit cad65f8

Please sign in to comment.