Prepared release 0.9.3.1

This commit is contained in:
daniel oeh 2012-08-12 15:06:08 +02:00
parent abe1f8b07a
commit 183ea832cb
4 changed files with 11 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.danoeh.antennapod" package="de.danoeh.antennapod"
android:versionCode="8" android:versionCode="9"
android:versionName="0.9.3" > android:versionName="0.9.3.1" >
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> --> <!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />

View File

@ -1,6 +1,13 @@
Change Log Change Log
========== ==========
Version 0.9.3.1
---------------
* Added preference to hide feed items which don't have an episode
* Improved image size for some some screen sizes
* Added grid view for large screens
* Several bugfixes
Version 0.9.3 Version 0.9.3
------------- -------------
* MiroGuide integration * MiroGuide integration

View File

@ -40,7 +40,7 @@
<body> <body>
<div id="header" align="center"> <div id="header" align="center">
<img src="logo.png" alt="Logo" width="100px" height="100px"/> <img src="logo.png" alt="Logo" width="100px" height="100px"/>
<p>Antennapod, Version 0.9.3</p> <p>Antennapod, Version 0.9.3.1</p>
<p>Copyright © 2012 Daniel Oeh</p> <p>Copyright © 2012 Daniel Oeh</p>
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p> <p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
</div> </div>

View File

@ -4,7 +4,7 @@
<groupId>de.danoeh</groupId> <groupId>de.danoeh</groupId>
<artifactId>antennapod</artifactId> <artifactId>antennapod</artifactId>
<packaging>apk</packaging> <packaging>apk</packaging>
<version>0.9.3</version> <version>0.9.3.1</version>
<name>AntennaPod</name> <name>AntennaPod</name>