Skip to content

Commit d41b562

Browse files
committed
chore(release): 2.2.0-develop.0
1 parent d8798f4 commit d41b562

4 files changed

Lines changed: 5 additions & 5 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-dev.0' );
6+
define( 'SQUARECANDY_TINYMCE_VERSION', 'version-2.2.0-develop.0' );
77

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

package-lock.json

Lines changed: 2 additions & 2 deletions
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,6 +1,6 @@
11
{
22
"name": "squarecandy-tinymce",
3-
"version": "2.2.0-dev.0",
3+
"version": "2.2.0-develop.0",
44
"description": "An opinionated reconfiguration of the default WordPress TinyMCE settings",
55
"repository": {
66
"type": "git",

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-dev.0
7+
Version: 2.2.0-develop.0
88
Author: Peter Wise
99
Author URI: http://squarecandydesign.com
1010
License: GPLv3

0 commit comments

Comments
 (0)