change version to 0.0.9

This commit is contained in:
Schneider Roland 2015-12-29 22:34:39 +01:00
parent a7a0df3ab6
commit 135d64e4c8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-0.0.9
add rfid_key to card and key
add typeahead to reception product/sale
add admin transaction/summary
fix admin transaction/index
-0.0.8
fix account state on reception
add keys

View File

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