Skip to content

Commit 35c2070

Browse files
committed
chore(release): 2.2.0-develop.3
1 parent f5286db commit 35c2070

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

functions.php

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

44
define( 'SQUARECANDY_TINYMCE_DIR_PATH', plugin_dir_path( __FILE__ ) );
55
define( 'SQUARECANDY_TINYMCE_DIR_URL', plugin_dir_url( __FILE__ ) );
6-
define( 'SQUARECANDY_TINYMCE_VERSION', 'version-2.2.0-develop.2' );
6+
define( 'SQUARECANDY_TINYMCE_VERSION', 'version-2.2.0-develop.3' );
77

88
// squarecandy-common files
99
require SQUARECANDY_TINYMCE_DIR_PATH . '/inc/sqcdy-common.php';

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0-develop.2",
2+
"version": "2.2.0-develop.3",
33
"scripts": {
44
"release": "standard-version"
55
},

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://github.com/squarecandy/squarecandy-tinymce
55
GitHub Plugin URI: https://github.com/squarecandy/squarecandy-tinymce
66
Description: An opinionated reconfiguration of the default WordPress TinyMCE settings.
7-
Version: 2.2.0-develop.2
7+
Version: 2.2.0-develop.3
88
Author: Peter Wise
99
Author URI: http://squarecandydesign.com
1010
License: GPLv3

0 commit comments

Comments
 (0)