Bump version of page-login

This commit is contained in:
Starbeamrainbowlabs 2015-11-14 15:55:57 +00:00
parent 10da7a3d60
commit 5ef0b1b7c9
3 changed files with 4 additions and 4 deletions

View File

@ -2843,7 +2843,7 @@ function generate_page_list($pagelist)
register_module([
"name" => "Login",
"version" => "0.7",
"version" => "0.8",
"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",

View File

@ -118,11 +118,11 @@
},
{
"name": "Login",
"version": "0.7",
"version": "0.8",
"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",
"lastupdate": 1447515644,
"lastupdate": 1447516536,
"optional": false
},
{

View File

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