Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2012-01-11 23:30:35 +01:00
parent 1f9998076e
commit c135d8d006
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 0.7.1 (2012-01-11)
* Fixed rendering errors in marks function
* Improved rendering speed in marks function
## 0.7 (2012-01-10)
* Added marks function in notifications 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:versionName="0.7" android:versionCode="29">
android:installLocation="auto" android:versionName="0.7.1" android:versionCode="30">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"