Skip to content

Commit

Permalink
Bump v3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasilev- committed Jan 23, 2020
1 parent 4ac7e52 commit 7ee5c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Define version constant
if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) {
define( __NAMESPACE__ . '\VERSION', '3.1.12' );
define( __NAMESPACE__ . '\VERSION', '3.1.13' );
}

# Define root directory
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": "carbon-fields",
"version": "3.1.12",
"version": "3.1.13",
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 7ee5c1e

Please sign in to comment.