Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2012-07-10 18:48:54 +02:00
parent e20140fc10
commit c0f8395948
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.9.2 (2012-07-10)
* camera.autofocus feature marked as optional in order to fix device incompatibilities
## 0.9.1 (2012-07-09)
* Added DNI with letter (first and last) support and DNI with zeros support

Binary file not shown.

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="39"
android:versionName="0.9.1" >
android:versionCode="40"
android:versionName="0.9.2" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />