diff --git a/config.php b/config.php index 8ee76d79..8e383bd9 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ # Define version constant if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) { - define( __NAMESPACE__ . '\VERSION', '3.6.4' ); + define( __NAMESPACE__ . '\VERSION', '3.6.5' ); } # Define root directory diff --git a/package.json b/package.json index f82077ac..89a1524a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-fields", - "version": "3.6.4", + "version": "3.6.5", "description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.", "directories": { "test": "tests"