summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cda009aaf..f8eb99d8d 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="11"
- android:versionName="0.9.4.1" >
+ android:versionCode="12"
+ android:versionName="0.9.4.2" >
<!-- <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 ff8c3d1f4..0569e8127 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
==========
+Version 0.9.4.2
+---------------
+* Fixed bug in the OPML importer
+* Reduced memory usage of images
+* Fixed download problems on some devices
+
Version 0.9.4.1
---------------
* Changed behavior of download notifications
diff --git a/assets/about.html b/assets/about.html
index c067c8e0e..fa2422d0b 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.4.1</p>
+ <p>Antennapod, Version 0.9.4.2</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 b7ac14c09..61204a7ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>de.danoeh</groupId>
<artifactId>antennapod</artifactId>
<packaging>apk</packaging>
- <version>0.9.4.1</version>
+ <version>0.9.4.2</version>
<name>AntennaPod</name>