Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2013-03-03 18:38:28 +01:00
parent 673e7ae08b
commit bc491538b7
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
## 0.11.3 (2013-03-03)
* Added Bugsense error reporting plugin for track unhandled and handled exceptions. Error reports are automatically sended when
the exception is catched
* Shows default server in preference summary when the preference value is empty
* Updated Google Play references
* Updated ksoap2-android library
* Code cleaning
* Fixed NullPointer exceptions when cleaning notifications and courses on preferences change
## 0.11.2 (2013-02-24)
* Added refresh button on main screen to update courses without clean the whole database

View File

@ -2,7 +2,7 @@
Android client for e-learning platform SWAD.
[Install from Android Market][apk]
[Install from Google Play][apk]
* Code: `git clone git://github.com/Amab/SWADroid.git`
* Issue tracker: <https://github.com/Amab/SWADroid/issues>

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="47"
android:versionName="0.11.2" >
android:versionCode="48"
android:versionName="0.11.3" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />