diff --git a/jetpack.php b/jetpack.php index c5db12c19e23d..608dc337921af 100644 --- a/jetpack.php +++ b/jetpack.php @@ -5,7 +5,7 @@ * Plugin URI: http://wordpress.org/extend/plugins/jetpack/ * 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: 3.2-beta1 + * Version: 3.2-beta4 * Author URI: http://jetpack.me * License: GPL2+ * Text Domain: jetpack @@ -14,7 +14,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '3.9' ); -define( 'JETPACK__VERSION', '3.2-beta1' ); +define( 'JETPACK__VERSION', '3.2-beta4' ); define( 'JETPACK_MASTER_USER', true ); define( 'JETPACK__API_VERSION', 1 ); define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/languages/jetpack.pot b/languages/jetpack.pot index 6472271271a73..c5989c1f52260 100644 --- a/languages/jetpack.pot +++ b/languages/jetpack.pot @@ -2,9 +2,9 @@ # This file is distributed under the GPL2+. msgid "" msgstr "" -"Project-Id-Version: Jetpack by WordPress.com 3.2-beta1\n" +"Project-Id-Version: Jetpack by WordPress.com 3.2-beta4\n" "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/jetpack\n" -"POT-Creation-Date: 2014-10-20 19:55:47+00:00\n" +"POT-Creation-Date: 2014-10-20 20:09:39+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package.json b/package.json index ee4f5fd9bf567..45f950541480d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "3.2.0-beta1", + "version": "3.2.0-beta4", "description": "[Jetpack](http://jetpack.me/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](http://wordpress.com).", "homepage": "http://jetpack.me", "author": "Automattic",