Skip to content

Commit

Permalink
Bump version from 3.2.0 to 3.2.1
Browse files Browse the repository at this point in the history
Doing this only in the branch, as master should be 3.3-alpha or 3.3-dev
by now.
  • Loading branch information
George Stephanis committed Nov 14, 2014
1 parent 1d0c98e commit e9a1158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
* Version: 3.2.1
* 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' );
define( 'JETPACK__VERSION', '3.2.1' );
define( 'JETPACK_MASTER_USER', true );
define( 'JETPACK__API_VERSION', 1 );
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
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",
"version": "3.2.1",
"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 e9a1158

Please sign in to comment.