Merge branch 'release/0.4.3' into develop

This commit is contained in:
Juan Miguel Boyero Corral 2011-06-15 19:59:46 +02:00
commit 7b529e911d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 0.4.3 (2011-06-15)
* Minor fixes
* Improved tests GUI
## 0.4.2 (2011-06-15)
* Now not answered questions score as 0

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto" android:versionCode="19" android:versionName="0.4.2">
android:installLocation="auto" android:versionName="0.4.3" android:versionCode="20">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"