From 66637b9ec110d9a33e8bb14cf9f1c64f71130b19 Mon Sep 17 00:00:00 2001 From: Phil Wareham Date: Fri, 31 Aug 2018 15:50:24 +0100 Subject: [PATCH] Bump version --- etc_cache.php | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc_cache.php b/etc_cache.php index 2ad4964..bc0be8f 100644 --- a/etc_cache.php +++ b/etc_cache.php @@ -17,7 +17,7 @@ // 1 = Plugin help is in raw HTML. Not recommended. # $plugin['allow_html_help'] = 1; -$plugin['version'] = '0.2.7'; +$plugin['version'] = '0.2.8'; $plugin['author'] = 'Oleg Loukianov'; $plugin['author_uri'] = 'www.iut-fbleau.fr/projet/etc/'; $plugin['description'] = 'Events-driven cache'; diff --git a/manifest.json b/manifest.json index 8eb7d47..ca474f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "etc_cache", "description": "Events-driven cache solution for Textpattern CMS.", - "version": "0.2.7", + "version": "0.2.8", "txp-type":"textpattern-plugin", "type": 5, "author": "Oleg Loukianov",