diff --git a/functions.php b/functions.php index 42e9feb..a71afd1 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,7 @@ define( 'SQUARECANDY_FAQ_PATH', plugin_dir_path( __FILE__ ) ); define( 'SQUARECANDY_FAQ_URL', plugin_dir_url( __FILE__ ) ); -define( 'SQUARECANDY_FAQ_VERSION', 'version-4.2.0-dev.2' ); +define( 'SQUARECANDY_FAQ_VERSION', 'version-4.2.0-dev.3' ); // Square Candy Common files require_once SQUARECANDY_FAQ_PATH . '/inc/sqcdy-common.php'; diff --git a/package-lock.json b/package-lock.json index fcd7a1d..d283c78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "squarecandy-plugin-starter", - "version": "4.2.0-dev.2", + "version": "4.2.0-dev.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "squarecandy-plugin-starter", - "version": "4.2.0-dev.2", + "version": "4.2.0-dev.3", "hasInstallScript": true, "license": "UNLICENSED", "devDependencies": { diff --git a/package.json b/package.json index 594a84d..c54174d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squarecandy-plugin-starter", - "version": "4.2.0-dev.2", + "version": "4.2.0-dev.3", "description": "A WordPress plugin template to get you started with common features and file structure.", "repository": { "type": "git", diff --git a/plugin.php b/plugin.php index 7c46706..8b2ccce 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /* Plugin Name: Square Candy Easy FAQ Accordions Description: Fork of the Easy FAQ with Expanding Text plugin for use with Theory One Design and Square Candy themes. -Version: 4.2.0-dev.2 +Version: 4.2.0-dev.3 Author: bgentry, squarecandy Author URI: http://squarecandy.net Plugin URI: https://github.com/squarecandy/squarecandy-easy-faq diff --git a/readme.txt b/readme.txt index 46939e0..c5c5e06 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: bgentry, squarecandy Tags: faq pages Tested up to: 5.5 -Stable tag: 4.2.0-dev.2 +Stable tag: 4.2.0-dev.3 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html