change version to v.0.0.12

This commit is contained in:
Roland Schneider 2016-01-01 21:19:09 +01:00
parent f4963c78d2
commit bf1553e97c
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
-0.0.12
- change formatter timezone
-0.0.11 -0.0.11
- add daily transfers - add daily transfers
- add global reception word listener - add global reception word listener

View File

@ -3,5 +3,5 @@ return [
'adminEmail' => 'rocho02@gmail.com', 'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com', 'supportEmail' => 'rocho02@gmail.com',
'user.passwordResetTokenExpire' => 3600, 'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.11' 'version' => 'v0.0.12'
]; ];