From 1d8234054b80546ade021538b57799ca74235cfb Mon Sep 17 00:00:00 2001 From: Dmitry Erofeev Date: Tue, 10 Jan 2017 21:34:59 +0300 Subject: [PATCH] Prepare for release --- Module.php | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Module.php b/Module.php index 0438facf2..2fd37a10a 100644 --- a/Module.php +++ b/Module.php @@ -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; diff --git a/README.md b/README.md index 9d75182d1..c2b72b1f2 100644 --- a/README.md +++ b/README.md @@ -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