Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2011-07-05 13:29:57 +02:00
parent 75bb074bab
commit d3c8465b6b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 0.4.4 (2011-07-05)
* Added Write message function on main menu
* Updated ksoap2-android library
* Minor fixes
## 0.4.3 (2011-06-15)
* Minor fixes

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.3" android:versionCode="20">
android:installLocation="auto" android:versionName="0.4.4" android:versionCode="21">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"