Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Jan 10, 2017
1 parent e41f54a commit 1d82340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Module.php
Expand Up @@ -22,7 +22,7 @@
*/
class Module extends BaseModule
{
const VERSION = '0.9.10';
const VERSION = '0.9.11';

/** Email is changed right after user enter's new email address. */
const STRATEGY_INSECURE = 0;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ The latest version includes following features:

[Read the Documentation for master](docs/README.md)

[Read the Documentation for v0.9.9](https://github.com/dektrium/yii2-user/blob/0.9.9/docs/README.md)
[Read the Documentation for v0.9.11](https://github.com/dektrium/yii2-user/blob/0.9.11/docs/README.md)

## Installation

Expand Down

0 comments on commit 1d82340

Please sign in to comment.