Skip to content

Commit ece760d

Browse files
committed
Update version numbers
1 parent 0c11d69 commit ece760d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jetpack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://jetpack.com
55
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
66
* Author: Automattic
7-
* Version: 8.4
7+
* Version: 8.4.1
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -15,7 +15,7 @@
1515

1616
define( 'JETPACK__MINIMUM_WP_VERSION', '5.3' );
1717
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
18-
define( 'JETPACK__VERSION', '8.4' );
18+
define( 'JETPACK__VERSION', '8.4.1' );
1919
define( 'JETPACK_MASTER_USER', true );
2020
define( 'JETPACK__API_VERSION', 1 );
2121
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Jetpack",
3-
"version": "8.4.0",
3+
"version": "8.4.1",
44
"description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
55
"homepage": "https://jetpack.com",
66
"author": "Automattic",

0 commit comments

Comments
 (0)