From db931e4dd874198e0d3b1bfdba7a57d504ec5ec0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 6 Dec 2015 13:02:13 +0000 Subject: [PATCH] Bump version to v0.9.1 --- build/index.php | 8 ++++---- module_index.json | 2 +- version | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/index.php b/build/index.php index 44a4bad..ba17191 100644 --- a/build/index.php +++ b/build/index.php @@ -358,7 +358,7 @@ Actions: /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "v0.9"; +$version = "v0.9.1"; /// Environment /// $env = new stdClass(); $env->action = $settings->defaultaction; @@ -930,7 +930,7 @@ class page_renderer @@ -942,7 +942,7 @@ class page_renderer

From {sitename}, which is managed by {admin-details-name}.

{footer-message}

Timed at {generation-date}

-

Powered by Pepperminty Wiki v0.9.

+

Powered by Pepperminty Wiki v0.9.1.

"; // An array of functions that have been registered to process the @@ -997,7 +997,7 @@ class page_renderer "{body}" => $body_template, "{sitename}" => $logo_html, - "v0.9" => $version, + "v0.9.1" => $version, "{favicon-url}" => $settings->favicon, "{header-html}" => self::get_css_as_html(), diff --git a/module_index.json b/module_index.json index b4a23f2..cbb3f15 100644 --- a/module_index.json +++ b/module_index.json @@ -113,7 +113,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a page that lists all the pages in the index along with their metadata.", "id": "page-list", - "lastupdate": 1449405227, + "lastupdate": 1449406838, "optional": false }, { diff --git a/version b/version index 490a0cd..1bd5ffe 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.9 +v0.9.1