change version to v0.0.13

This commit is contained in:
Roland Schneider 2016-01-01 21:44:19 +01:00
parent 7a0da7b80b
commit 62bcb7ff27
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
-0.0.13
- add new profile rocho-net
-0.0.12 -0.0.12
- change formatter timezone - change formatter timezone
-0.0.11 -0.0.11

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.12' 'version' => 'v0.0.13'
]; ];