summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-21 18:05:47 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-21 18:05:47 +0200
commiteab911c2ff211ae7896b931e459b3a64c24870e8 (patch)
tree3d5aafd2c39fb733b86b00a3ed13eb31b4b4b3d2
parentd4d3f8b383ad26ee33a35b819e8ad7e01b0b4db8 (diff)
downloadAntennaPod-eab911c2ff211ae7896b931e459b3a64c24870e8.zip
Prepared version 0.9.4.1
-rw-r--r--AndroidManifest.xml4
-rw-r--r--CHANGELOG.md4
-rw-r--r--assets/about.html2
-rw-r--r--pom.xml2
4 files changed, 8 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 009507ca5..cda009aaf 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="10"
- android:versionName="0.9.4" >
+ android:versionCode="11"
+ android:versionName="0.9.4.1" >
<!-- <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 520d6b7a4..ff8c3d1f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Change Log
==========
+Version 0.9.4.1
+---------------
+* Changed behavior of download notifications
+
Version 0.9.4
-------------
* Faster and more reliable downloads
diff --git a/assets/about.html b/assets/about.html
index d23d82224..c067c8e0e 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</p>
+ <p>Antennapod, Version 0.9.4.1</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 01729cdbf..b7ac14c09 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</version>
+ <version>0.9.4.1</version>
<name>AntennaPod</name>