From b493476b5dc0c7057be93cba819840d39633f842 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 4 Feb 2018 13:49:52 +0000 Subject: [PATCH] Bump version of search module --- modules/feature-search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature-search.php b/modules/feature-search.php index 8ca8904..cf2f089 100644 --- a/modules/feature-search.php +++ b/modules/feature-search.php @@ -1,7 +1,7 @@ "Search", - "version" => "0.6", + "version" => "0.6.1", "author" => "Starbeamrainbowlabs", "description" => "Adds proper search functionality to Pepperminty Wiki using an inverted index to provide a full text search engine. If pages don't show up, then you might have hit a stop word. If not, try requesting the `invindex-rebuild` action to rebuild the inverted index from scratch.", "id" => "feature-search",