Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2013-11-09 18:27:38 +01:00
parent 2087f8b9c0
commit dfac88cbb9
6 changed files with 17 additions and 4 deletions

View File

@ -1 +0,0 @@
/android-pulltorefresh.jar

View File

@ -1,4 +1,8 @@
##0.12.3 (2013-11-09)
##0.12.4 (2013-11-09)
* Fixed ParseException in sessions date
#0.12.3 (2013-11-09)
* Added authors and changelog WebView dialogs and reordered the preferences items
* Added PullToRefresh-ListView library project

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto"
android:versionCode="53"
android:versionName="0.12.3">
android:versionCode="54"
android:versionName="0.12.4">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

View File

@ -15,6 +15,11 @@
</head>
<body bgcolor="white">
<h4>0.12.4 (2013-11-09)</h4>
<ul>
<lh class="fix">[CORRECCIONES]</lh>
<li type="disc">Corregido error que imped&iacute;a consultar las sesiones de pr&acute;cticas</li>
</ul>
<h4>0.12.3 (2013-11-09)</h4>
<ul>
<lh class="new">[NOVEDADES]</lh>

View File

@ -15,6 +15,11 @@
</head>
<body bgcolor="white">
<h4>0.12.4 (2013-11-09)</h4>
<ul>
<lh class="fix">[FIXES]</lh>
<li type="disc">Fixed bug that prevented consulting practice sessions</li>
</ul>
<h4>0.12.3 (2013-11-09)</h4>
<ul>
<lh class="new">[NEW]</lh>