Skip to content

Commit e167758

Browse files
authored
Merge pull request #41 from Saboteur777/patch-1
Version bump
2 parents 454e376 + 5370ba5 commit e167758

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HtmlcachePlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @link https://github.com/craftapi
1010
* @package HTMLCache
1111
* @since 1.0.0
12-
* @version 1.0.4
12+
* @version 1.0.5.1
1313
*/
1414

1515
namespace Craft;
@@ -93,7 +93,7 @@ public function getReleaseFeedUrl()
9393
*/
9494
public function getVersion()
9595
{
96-
return '1.0.4.1';
96+
return '1.0.5.1';
9797
}
9898

9999
/**

0 commit comments

Comments
 (0)