Skip to content

Commit

Permalink
Bump v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed May 5, 2022
1 parent 61ceeee commit 2ae6773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.2' );
define( __NAMESPACE__ . '\VERSION', '3.3.4' );
}

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

Please sign in to comment.