Skip to content

Commit 80b42a3

Browse files
committed
Version bump
1 parent 82b2820 commit 80b42a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PostmasterPlugin.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function getName()
1010

1111
public function getVersion()
1212
{
13-
return '0.5.1';
13+
return '0.5.2';
1414
}
1515

1616
public function getDeveloper()
@@ -27,8 +27,8 @@ public function hasCpSection()
2727
{
2828
return true;
2929
}
30-
31-
public function addTwigExtension()
30+
31+
public function addTwigExtension()
3232
{
3333
Craft::import('plugins.postmaster.twigextensions.PostmasterTwigExtension');
3434

@@ -58,7 +58,7 @@ public function registerSiteRoutes()
5858

5959
return $routes;
6060
}
61-
61+
6262
public function registerCpRoutes()
6363
{
6464
$routes = array(
@@ -85,7 +85,7 @@ public function registerCpRoutes()
8585

8686
return $routes;
8787
}
88-
88+
8989
public function init()
9090
{
9191
require_once 'autoload.php';
@@ -109,4 +109,4 @@ public function init()
109109
}
110110
});
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)