Skip to content

Commit

Permalink
Bump v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HTMLBurger-NG committed Mar 8, 2023
1 parent b5350cd commit 8c9cd54
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions build/classic/core.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/gutenberg/blocks.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build/gutenberg/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -4,7 +4,7 @@

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

# Define root directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "carbon-fields",
"version": "3.5.0",
"version": "3.5.2",
"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 8c9cd54

Please sign in to comment.