diff --git a/README.txt b/README.txt index 79ac98a..b115e35 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: Tags: search, better search, custom search, relevant search, search by category, autocomplete, suggest, typeahead Requires at least: 3.3 Tested up to: 5.1.0 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: Apache 2.0 License URI: https://github.com/swiftype/swiftype-wordpress/blob/master/LICENSE diff --git a/swiftype.php b/swiftype.php index 1ba6c48..90628e9 100644 --- a/swiftype.php +++ b/swiftype.php @@ -5,11 +5,11 @@ Plugin URI: http://swiftype.com Description: The Swiftype Search plugin replaces the standard WordPress search with a better search engine that is fully customizable via the Swiftype dashboard. The Swiftype dashboard lets you customize the results for any search keyword via a drag-and-drop interface. Author: Swiftype, Inc. -Version: 2.0.0 +Version: 2.0.1 Author URI: http://swiftype.com */ -define('SWIFTYPE_VERSION', '2.0.0'); +define('SWIFTYPE_VERSION', '2.0.1'); require_once('vendor/autoload.php');