From 5f86500ab6ff36fd429c02887fde10f5ca33a3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20FOUCRET?= Date: Tue, 2 Apr 2019 18:24:40 +0200 Subject: [PATCH] Update version number. --- README.txt | 2 +- swiftype.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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');