Bump versions

This commit is contained in:
Starbeamrainbowlabs 2019-05-06 23:48:34 +01:00
parent 4e801c4692
commit 50efd4bb49
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Page list",
"version" => "0.11",
"version" => "0.11.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a page that lists all the pages in the index along with their metadata.",
"id" => "page-list",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Login",
"version" => "0.9.2",
"version" => "0.9.3",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a pair of actions (login and checklogin) that allow users to login. You need this one if you want your users to be able to login.",
"id" => "page-login",