diff --git a/HISTORY.md b/HISTORY.md index 82fce199..656cda37 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 0.9.1 (2012-07-09) + +* Added DNI with letter (first and last) support and DNI with zeros support +* Added Android 4.1 compatibility +* Fixed xlarge screens support (accidentally removed during last merge) + ## 0.9 (2012-07-01) * Added RollCall module diff --git a/SWADroid/AndroidManifest.xml b/SWADroid/AndroidManifest.xml index cef443b9..a45f6a73 100644 --- a/SWADroid/AndroidManifest.xml +++ b/SWADroid/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="39" + android:versionName="0.9.1" >