Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
objectivehtml committed Nov 9, 2016
1 parent 82b2820 commit 80b42a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PostmasterPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function getName()

public function getVersion()
{
return '0.5.1';
return '0.5.2';
}

public function getDeveloper()
Expand All @@ -27,8 +27,8 @@ public function hasCpSection()
{
return true;
}
public function addTwigExtension()

public function addTwigExtension()
{
Craft::import('plugins.postmaster.twigextensions.PostmasterTwigExtension');

Expand Down Expand Up @@ -58,7 +58,7 @@ public function registerSiteRoutes()

return $routes;
}

public function registerCpRoutes()
{
$routes = array(
Expand All @@ -85,7 +85,7 @@ public function registerCpRoutes()

return $routes;
}

public function init()
{
require_once 'autoload.php';
Expand All @@ -109,4 +109,4 @@ public function init()
}
});
}
}
}

0 comments on commit 80b42a3

Please sign in to comment.