From 31d555f482dc6cf0416907f3ea1b11875765ccc7 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 1 Jul 2018 12:14:06 +0100 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 9779e3f..ccb7be7 100644 --- a/modules/feature-search.php +++ b/modules/feature-search.php @@ -1,7 +1,7 @@ "Search", - "version" => "0.6.2", + "version" => "0.7", "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",