Bump version of page-edit module after PR

This commit is contained in:
Starbeamrainbowlabs 2017-07-03 18:23:22 +01:00
parent 356d9c3982
commit 7e14eb609a
3 changed files with 4 additions and 4 deletions

View File

@ -5112,7 +5112,7 @@ register_module([
register_module([
"name" => "Page editor",
"version" => "0.15.1",
"version" => "0.16",
"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

@ -154,11 +154,11 @@
},
{
"name": "Page editor",
"version": "0.15.1",
"version": "0.16",
"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": 1499102118,
"lastupdate": 1499102583,
"optional": false
},
{

View File

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