Skip to content

Commit

Permalink
bump version to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Dec 21, 2013
1 parent 721409b commit 92f1e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UsrModule.php
Expand Up @@ -232,7 +232,7 @@ class UsrModule extends CWebModule
*/
public function getVersion()
{
return '0.9.8';
return '0.9.9';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "nineinchnick/yii-usr",
"description": "Yii framework module for user authentication, password reset, registration and profile updating.",
"version": "0.9.8",
"version": "0.9.9",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down

0 comments on commit 92f1e05

Please sign in to comment.