Skip to content

Commit

Permalink
Bump version numbers to beta4.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Stephanis committed Oct 20, 2014
1 parent dec5f23 commit 2ce91c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down
4 changes: 2 additions & 2 deletions languages/jetpack.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2ce91c4

Please sign in to comment.