From 1abb311adc4022586d12a5ae2e21be5cc70e59c2 Mon Sep 17 00:00:00 2001 From: Jeremy Herve Date: Tue, 14 Jan 2020 15:09:24 +0100 Subject: [PATCH] 8.2: update version numbers for upcoming release (#14333) --- jetpack.php | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jetpack.php b/jetpack.php index 70dae0c0bf278..41a2ad3f19065 100644 --- a/jetpack.php +++ b/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * 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. * Author: Automattic - * Version: 8.1-alpha + * Version: 8.2-alpha * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -15,7 +15,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '5.2' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' ); -define( 'JETPACK__VERSION', '8.1-alpha' ); +define( 'JETPACK__VERSION', '8.2-alpha' ); define( 'JETPACK_MASTER_USER', true ); define( 'JETPACK__API_VERSION', 1 ); define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/package.json b/package.json index cd6ece9a9640d..06ab5ba9e41ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "8.1.0-alpha", + "version": "8.2.0-alpha", "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).", "homepage": "https://jetpack.com", "author": "Automattic",