From 89dee1d0d605b408b4d39a89d273a3a082720993 Mon Sep 17 00:00:00 2001 From: Phil Wareham Date: Wed, 28 Jun 2017 11:37:55 +0100 Subject: [PATCH] Bump version --- manifest.json | 2 +- pat_if_amp.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a2cd2d7..01299a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "pat_if_amp", "description": "AMP pages for Textpattern CMS", - "version": "0.3.5", + "version": "0.3.6", "type": 0, "author": "Patrick LEFEVRE (original idea by Michael K Pate)", "author_uri": "https://github.com/cara-tm/", diff --git a/pat_if_amp.php b/pat_if_amp.php index 691761c..1dcba43 100644 --- a/pat_if_amp.php +++ b/pat_if_amp.php @@ -17,7 +17,7 @@ // 1 = Plugin help is in raw HTML. Not recommended. # $plugin['allow_html_help'] = 1; -$plugin['version'] = '0.3.5'; +$plugin['version'] = '0.3.6'; $plugin['author'] = 'Patrick LEFEVRE (original idea by Michael K Pate)'; $plugin['author_uri'] = 'https://github.com/cara-tm/'; $plugin['description'] = 'AMP pages for Textpattern CMS'; @@ -78,7 +78,7 @@ * @type: Public * @prefs: no * @order: 5 - * @version: 0.3.5 + * @version: 0.3.6 * @license: GPLv2 */