Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Sep 9, 2015
1 parent dc29389 commit ead65a2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "papi",
"version": "2.3.1",
"version": "2.3.2",
"repository": "wp-papi/papi",
"description": "Page Type API with custom fields",
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion papi-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Page Type API with custom fields
* Author: Fredrik Forsmo
* Author URI: http://forsmo.me
* Version: 2.3.1
* Version: 2.3.2
* Plugin URI: https://wp-papi.github.io
* Textdomain: papi
*/
Expand Down
4 changes: 2 additions & 2 deletions src/includes/admin/class-papi-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __clone() {
_doing_it_wrong(
__FUNCTION__,
__( 'Cheatin&#8217; huh?', 'papi' ),
'2.3.1'
'2.3.2'
);
}

Expand All @@ -63,7 +63,7 @@ public function __wakeup() {
_doing_it_wrong(
__FUNCTION__,
__( 'Cheatin&#8217; huh?', 'papi' ),
'2.3.1'
'2.3.2'
);
}

Expand Down
4 changes: 2 additions & 2 deletions src/papi-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __clone() {
_doing_it_wrong(
__FUNCTION__,
__( 'Cheatin&#8217; huh?', 'papi' ),
'2.3.1'
'2.3.2'
);
}

Expand All @@ -73,7 +73,7 @@ public function __wakeup() {
_doing_it_wrong(
__FUNCTION__,
__( 'Cheatin&#8217; huh?', 'papi' ),
'2.3.1'
'2.3.2'
);
}

Expand Down

0 comments on commit ead65a2

Please sign in to comment.