change version to v.0.0.10

This commit is contained in:
Schneider Roland 2015-12-30 12:17:41 +01:00
parent 13155df1b9
commit f9ace80335
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
-0.0.10
add webcam to customer create/update
display customer photo in reception panel
-0.0.9
add rfid_key to card and key
add typeahead to reception product/sale

View File

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