From 46af55d5273b99e6e52c44b290dac22c61e34662 Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Tue, 6 Aug 2019 10:29:55 -0500 Subject: [PATCH] version bump to 1.0.6 --- class-wds-react-post-search.php | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/class-wds-react-post-search.php b/class-wds-react-post-search.php index 9ac6727..3593a5b 100644 --- a/class-wds-react-post-search.php +++ b/class-wds-react-post-search.php @@ -3,7 +3,7 @@ * Plugin Name: WDS React Post Search * Description: Power up the basic WordPress search with React. * Plugin URI: https://www.webdevstudios.com - * Version: 1.0.4 + * Version: 1.0.6 * * With help from: * https://www.ibenic.com/wordpress-react-search/ @@ -29,7 +29,7 @@ final class WDS_React_Post_Search { * @var string * @since 0.0.0 */ - const VERSION = '1.0.2'; + const VERSION = '1.0.6'; /** * URL of plugin directory. diff --git a/package.json b/package.json index 15eac90..12b33d4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wds-react-post-search", "author": "WebDevStudios", "license": "GPL-3.0", - "version": "1.0.4", + "version": "1.0.6", "description": "Power up the basic WordPress search field with React.", "keywords": [ "plugin"