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",