Bumped version

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@124 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:10:44 +00:00
parent 5e1f043241
commit 0977157b11
3 changed files with 12 additions and 11 deletions

View File

@ -1,3 +1,7 @@
## 0.3.3 (2001-03-27)
* Redesigned GUI
## 0.3.2 (2011-03-24)
* Added first run dialog

View File

@ -4,6 +4,12 @@ Android client for e-learning platform SWAD. This project is currently under hea
[Download APK][apk]
* Code: `git clone git://github.com/Amab/SWADroid.git`
* Issue tracker: <https://github.com/Amab/SWADroid/issues>
* Mailing list: <http://groups.google.es/group/swadroid>
* Twitter: <http://twitter.com/SWADroid>
* Facebook: <http://www.facebook.com/pages/SWADroid/116319955109575>
## Content
SWADroid/ Android client.
@ -36,15 +42,6 @@ SWADroid is an open source project. I encourage contributions.
The Github team has also been kind enough to write up some great [documentation][doc_contrib] on working with pull requests. Contributions should be performed on [topic branches][topic_br] in your personal forks - just issue your pull requests from there.
## More
* Code: `git clone git://github.com/Amab/SWADroid.git`
* Issue tracker: <https://github.com/Amab/SWADroid/issues>
* Mailing list: <http://groups.google.es/group/swadroid>
* Twitter: <http://twitter.com/SWADroid>
* Facebook: <http://www.facebook.com/pages/SWADroid/116319955109575>
[gplv3]: http://www.gnu.org/licenses/gpl.html
[lgplv3]: http://www.gnu.org/licenses/lgpl.html
[mit]: http://www.opensource.org/licenses/mit-license.php
@ -54,4 +51,4 @@ The Github team has also been kind enough to write up some great [documentation]
[ksoap2-author]: https://github.com/mosabua
[androiddataframework-library]: http://code.google.com/p/androiddataframework/
[androiddataframework-author]: http://www.javielinux.com/quiensoy.php
[apk]: https://github.com/Amab/SWADroid/SWADroid.apk/qr_code
[apk]: https://market.android.com/details?id=es.ugr.swad.swadroid

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="8" android:versionName="0.3.2">
android:installLocation="auto" android:versionName="0.3.3" android:versionCode="9">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"