From 81d5e61cc769a5dcacdb3ac8d5e45b0589df87ba Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 10 Apr 2016 11:50:35 +0100 Subject: [PATCH] Bump version --- build/index.php | 2 +- module_index.json | 4 ++-- modules/parser-parsedown.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/index.php b/build/index.php index 5e8732a..f29c9dd 100644 --- a/build/index.php +++ b/build/index.php @@ -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", diff --git a/module_index.json b/module_index.json index bb6e7d7..0d39ec4 100644 --- a/module_index.json +++ b/module_index.json @@ -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 } ] \ No newline at end of file diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index 6a0a189..53cf3c6 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -1,7 +1,7 @@ "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",