From 4accd65ca87d9df8d1841b4441ec1c418fa8b0a8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 22 Aug 2016 09:40:37 +0100 Subject: [PATCH] Bump verion of parser --- 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 a981134..b389d56 100755 --- a/build/index.php +++ b/build/index.php @@ -4816,7 +4816,7 @@ register_module([ register_module([ "name" => "Parsedown", - "version" => "0.9.5", + "version" => "0.9.6", "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 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 829712f..0170efe 100755 --- a/module_index.json +++ b/module_index.json @@ -199,11 +199,11 @@ }, { "name": "Parsedown", - "version": "0.9.5", + "version": "0.9.6", "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 some weight to your installation, and also *requires* write access to the disk on first load.", "id": "parser-parsedown", - "lastupdate": 1471855181, + "lastupdate": 1471855223, "optional": false } ] \ No newline at end of file diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index 84d5ec2..c1df689 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -1,7 +1,7 @@ "Parsedown", - "version" => "0.9.5", + "version" => "0.9.6", "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 some weight to your installation, and also *requires* write access to the disk on first load.", "id" => "parser-parsedown",