Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2012-07-09 21:51:27 +02:00
parent bb40249a18
commit 8c5595cb92
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto"
android:versionCode="38"
android:versionName="0.9" >
android:versionCode="39"
android:versionName="0.9.1" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />