Skip to content

Commit

Permalink
updated meta info to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janKir committed Nov 9, 2017
1 parent f6caa9a commit 7f5ac21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CacheNesting.module
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class CacheNesting extends WireData implements Module
public static function getModuleInfo(){
return array(
'title' => "CacheNesting",
'version' => "0.0.1",
'version' => "0.0.2",
'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.",
'author' => "Jan Kirchner",
'author' => "JohnK",
'href' => "https://github.com/janKir/CacheNesting",
'icon' => "sitemap",

Expand Down

0 comments on commit 7f5ac21

Please sign in to comment.