Skip to content

Commit

Permalink
Bumped version to 0.7-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryA committed Feb 9, 2018
1 parent b8d9a2c commit fc66b94
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 3 deletions.
4 changes: 2 additions & 2 deletions amp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://github.com/automattic/amp-wp
* Author: Automattic
* Author URI: https://automattic.com
* Version: 0.7-alpha
* Version: 0.7-beta1
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
Expand All @@ -32,7 +32,7 @@ function _amp_print_php_version_admin_notice() {

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '0.7-alpha' );
define( 'AMP__VERSION', '0.7-beta1' );

require_once AMP__DIR__ . '/includes/class-amp-autoloader.php';
AMP_Autoloader::register();
Expand Down
229 changes: 229 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc66b94

Please sign in to comment.