Prepared release 0.9.4

This commit is contained in:
daniel oeh 2012-08-19 17:11:47 +02:00
parent 9513099a10
commit 1e30124aad
4 changed files with 10 additions and 4 deletions

View File

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

View File

@ -1,6 +1,12 @@
Change Log
==========
Version 0.9.4
-------------
* Faster and more reliable downloads
* Added lockscreen player controls for Android 4.x devices
* Several bugfixes
Version 0.9.3.1
---------------
* Added preference to hide feed items which don't have an episode

View File

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

View File

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