Bump version of page-move module

This commit is contained in:
Starbeamrainbowlabs 2015-10-25 11:02:55 +00:00
parent 7fbfb722ed
commit 7d3d190661
3 changed files with 4 additions and 4 deletions

View File

@ -2156,7 +2156,7 @@ register_module([
register_module([
"name" => "Page mover",
"version" => "0.6",
"version" => "0.7",
"author" => "Starbeamrainbowlabs",
"description" => "Adds an action to allow administrators to move pages.",
"id" => "page-move",

View File

@ -127,11 +127,11 @@
},
{
"name": "Page mover",
"version": "0.6",
"version": "0.7",
"author": "Starbeamrainbowlabs",
"description": "Adds an action to allow administrators to move pages.",
"id": "page-move",
"lastupdate": 1445770790,
"lastupdate": 1445770963,
"optional": false
},
{

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Page mover",
"version" => "0.6",
"version" => "0.7",
"author" => "Starbeamrainbowlabs",
"description" => "Adds an action to allow administrators to move pages.",
"id" => "page-move",