Bumped version

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@182 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:25:27 +00:00
parent 14c354c59b
commit 724cda8dba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 0.4.1 (2011-06-14)
* Allowed negative scores on tests
* Fixed bug on questions syncronization
## 0.4 (2011-06-13)
* Added tests module

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