summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-19 17:11:47 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-19 17:11:47 +0200
commit1e30124aad6517536c98b8e851cccbccce76eedb (patch)
tree207406f35f8accb3465f8c86542038ffc9e8127c
parent9513099a10b44e5570505910764f9a1a71f2b14c (diff)
downloadAntennaPod-0.9.4.zip
Prepared release 0.9.40.9.4
-rw-r--r--AndroidManifest.xml4
-rw-r--r--CHANGELOG.md6
-rw-r--r--assets/about.html2
-rw-r--r--pom.xml2
4 files changed, 10 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a3c49a68a..009507ca5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e60a972ee..520d6b7a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/assets/about.html b/assets/about.html
index e0d382af5..d23d82224 100644
--- a/assets/about.html
+++ b/assets/about.html
@@ -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>
diff --git a/pom.xml b/pom.xml
index daba048eb..01729cdbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>