Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2012-05-20 21:54:12 +02:00
parent e4513c2b5e
commit f4d59a5e89
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 0.8.1 (2012-05-20)
* Fixed closed cursor access exception on Android 4.x platforms
* Added message replys from open notifications
## 0.8 (2012-05-01)
* Added automatic synchronization of notifications

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="36"
android:versionName="0.8" >
android:versionCode="37"
android:versionName="0.8.1" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />