Bump version

This commit is contained in:
Starbeamrainbowlabs 2016-04-10 11:50:35 +01:00
parent 6e92025963
commit 81d5e61cc7
3 changed files with 4 additions and 4 deletions

View File

@ -4273,7 +4273,7 @@ register_module([
register_module([
"name" => "Parsedown",
"version" => "0.7.1",
"version" => "0.7.2s",
"author" => "Emanuil Rusev & Starbeamrainbowlabs",
"description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds a some weight to your installation, and also *requires* write access to the disk on first load.",
"id" => "parser-parsedown",

View File

@ -190,11 +190,11 @@
},
{
"name": "Parsedown",
"version": "0.7.1",
"version": "0.7.2s",
"author": "Emanuil Rusev & Starbeamrainbowlabs",
"description": "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https:\/\/github.com\/erusev\/parsedown-extra), which is licensed MIT. Please be careful, as this module adds a some weight to your installation, and also *requires* write access to the disk on first load.",
"id": "parser-parsedown",
"lastupdate": 1460285309,
"lastupdate": 1460285426,
"optional": false
}
]

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Parsedown",
"version" => "0.7.1",
"version" => "0.7.2s",
"author" => "Emanuil Rusev & Starbeamrainbowlabs",
"description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds a some weight to your installation, and also *requires* write access to the disk on first load.",
"id" => "parser-parsedown",