Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2011-06-15 13:15:44 +02:00
parent 79f2e4e201
commit 71a97d4d7a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 0.4.2 (2011-06-15)
* Now not answered questions score as 0
* Now is allowed to uncheck a checked answer on T/F and unique choice questions
* Improved tests GUI
## 0.4.1 (2011-06-14)
* Allowed negative scores on tests

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:versionName="0.4.1" android:versionCode="18">
android:installLocation="auto" android:versionCode="19" android:versionName="0.4.2">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"