Skip to content

Commit b14a7d7

Browse files
committed
bump version to 2.1.0
1 parent bafce50 commit b14a7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Define version constant
66
if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) {
7-
define( __NAMESPACE__ . '\VERSION', '2.0.5-beta.3' );
7+
define( __NAMESPACE__ . '\VERSION', '2.1.0' );
88
}
99

1010
# Define root directory

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carbon-fields",
3-
"version": "2.0.5-beta.3",
3+
"version": "2.1.0",
44
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)