Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2011-04-27 19:43:14 +02:00
parent b3ca38f7f8
commit b21c6bc098
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.3.8 (2011-04-27)
* Fixed bug on cleaning old notifications.
## 0.3.7 (2011-04-14)
* Fixed notifications bug in surname

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="13" android:versionName="0.3.7">
android:installLocation="auto" android:versionCode="14" android:versionName="0.3.8">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"