Skip to content

Commit

Permalink
Update versions for changelogger
Browse files Browse the repository at this point in the history
  • Loading branch information
donnchawp committed May 8, 2024
1 parent 707a225 commit a0bfdf8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions projects/plugins/boost/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Boost your WordPress site's performance, from the creators of Jetpack",
"type": "library",
"license": "GPL-2.0-or-later",
"version": "3.3.0",
"version": "3.4.0-alpha",
"authors": [
{
"name": "Automattic, Inc.",
Expand Down Expand Up @@ -73,7 +73,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_3_0",
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_4_0_alpha",
"allow-plugins": {
"roots/wordpress-core-installer": true,
"automattic/jetpack-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/boost/composer.lock

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

4 changes: 2 additions & 2 deletions projects/plugins/boost/jetpack-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Jetpack Boost
* Plugin URI: https://jetpack.com/boost
* Description: Boost your WordPress site's performance, from the creators of Jetpack
* Version: 3.3.0
* Version: 3.4.0-alpha
* Author: Automattic - Jetpack Site Speed team
* Author URI: https://jetpack.com/boost/
* License: GPL-2.0+
Expand All @@ -29,7 +29,7 @@
die;
}

define( 'JETPACK_BOOST_VERSION', '3.3.0' );
define( 'JETPACK_BOOST_VERSION', '3.4.0-alpha' );
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );

if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-boost",
"version": "3.3.0",
"version": "3.4.0-alpha",
"description": "Boost your WordPress site's performance, from the creators of Jetpack",
"directories": {
"test": "tests"
Expand Down

0 comments on commit a0bfdf8

Please sign in to comment.