Skip to content

Commit 46af55d

Browse files
committed
version bump to 1.0.6
1 parent e43ee2d commit 46af55d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

class-wds-react-post-search.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WDS React Post Search
44
* Description: Power up the basic WordPress search with React.
55
* Plugin URI: https://www.webdevstudios.com
6-
* Version: 1.0.4
6+
* Version: 1.0.6
77
*
88
* With help from:
99
* https://www.ibenic.com/wordpress-react-search/
@@ -29,7 +29,7 @@ final class WDS_React_Post_Search {
2929
* @var string
3030
* @since 0.0.0
3131
*/
32-
const VERSION = '1.0.2';
32+
const VERSION = '1.0.6';
3333

3434
/**
3535
* URL of plugin directory.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wds-react-post-search",
33
"author": "WebDevStudios",
44
"license": "GPL-3.0",
5-
"version": "1.0.4",
5+
"version": "1.0.6",
66
"description": "Power up the basic WordPress search field with React.",
77
"keywords": [
88
"plugin"

0 commit comments

Comments
 (0)