Bump moar module version numbers.

This commit is contained in:
Starbeamrainbowlabs 2016-08-19 19:56:37 +01:00
parent e3683f218f
commit d72cd50ba1
5 changed files with 12 additions and 12 deletions

View File

@ -3201,7 +3201,7 @@ function errorimage($text, $target_size)
register_module([
"name" => "Credits",
"version" => "0.7.4",
"version" => "0.7.5",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the credits page. You *must* have this module :D",
"id" => "page-credits",
@ -3518,7 +3518,7 @@ register_module([
register_module([
"name" => "Page editor",
"version" => "0.14",
"version" => "0.15",
"author" => "Starbeamrainbowlabs",
"description" => "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
"id" => "page-edit",
@ -4010,7 +4010,7 @@ register_module([
register_module([
"name" => "Page list",
"version" => "0.10.1",
"version" => "0.10.2",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a page that lists all the pages in the index along with their metadata.",
"id" => "page-list",

View File

@ -82,11 +82,11 @@
},
{
"name": "Credits",
"version": "0.7.4",
"version": "0.7.5",
"author": "Starbeamrainbowlabs",
"description": "Adds the credits page. You *must* have this module :D",
"id": "page-credits",
"lastupdate": 1471548456,
"lastupdate": 1471632910,
"optional": false
},
{
@ -109,11 +109,11 @@
},
{
"name": "Page editor",
"version": "0.14",
"version": "0.15",
"author": "Starbeamrainbowlabs",
"description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
"id": "page-edit",
"lastupdate": 1471596690,
"lastupdate": 1471632938,
"optional": false
},
{
@ -136,11 +136,11 @@
},
{
"name": "Page list",
"version": "0.10.1",
"version": "0.10.2",
"author": "Starbeamrainbowlabs",
"description": "Adds a page that lists all the pages in the index along with their metadata.",
"id": "page-list",
"lastupdate": 1471546961,
"lastupdate": 1471632969,
"optional": false
},
{

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Credits",
"version" => "0.7.4",
"version" => "0.7.5",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the credits page. You *must* have this module :D",
"id" => "page-credits",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Page editor",
"version" => "0.14",
"version" => "0.15",
"author" => "Starbeamrainbowlabs",
"description" => "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
"id" => "page-edit",

View File

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