Skip to content

Commit 7f5ac21

Browse files
committed
updated meta info to version 0.0.2
1 parent f6caa9a commit 7f5ac21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CacheNesting.module

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class CacheNesting extends WireData implements Module
2525
public static function getModuleInfo(){
2626
return array(
2727
'title' => "CacheNesting",
28-
'version' => "0.0.1",
28+
'version' => "0.0.2",
2929
'summary' => "A Processwire module that manages nested caches and their dependencies. It enables you to cache multiple parts of a page with different expiration which also can be nested in larger caches.",
30-
'author' => "Jan Kirchner",
30+
'author' => "JohnK",
3131
'href' => "https://github.com/janKir/CacheNesting",
3232
'icon' => "sitemap",
3333

0 commit comments

Comments
 (0)