From 47f1538cca6cd2860d1b37a040a42c59eb798d76 Mon Sep 17 00:00:00 2001 From: HTMLBurger-NG Date: Tue, 4 Apr 2023 11:41:31 +0300 Subject: [PATCH] Bump v3.6.0 --- config.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index afcb4709..47bc1310 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ # Define version constant if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) { - define( __NAMESPACE__ . '\VERSION', '3.5.2' ); + define( __NAMESPACE__ . '\VERSION', '3.6.0' ); } # Define root directory diff --git a/package.json b/package.json index 2e0c697c..aac43cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-fields", - "version": "3.5.2", + "version": "3.6.0", "description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.", "directories": { "test": "tests"