Bump version of search module

This commit is contained in:
Starbeamrainbowlabs 2018-07-01 12:14:06 +01:00
parent 1f6f780177
commit 31d555f482
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "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",