diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-03-27 11:48:50 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-03-27 11:48:50 +0100 |
commit | d42d79731c8e1c54c19119758822873e5f58f88d (patch) | |
tree | 38a363adb9cceb3d30839d6115b584b567c36fc2 | |
parent | ea874efbd0fc48542170f1458a892e507af91874 (diff) | |
download | AntennaPod-d42d79731c8e1c54c19119758822873e5f58f88d.zip |
Prepared release of version 0.9.7.2
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | assets/about.html | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 10 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 964b55ac1..7a79c26a3 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="28" - android:versionName="0.9.7.1" > + android:versionCode="29" + android:versionName="0.9.7.2" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> diff --git a/CHANGELOG.md b/CHANGELOG.md index 2788865ba..c8d94e6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Change Log ========== + +Version 0.9.7.2 +--------------- +* Automatic download can now be disabled +* Several bugfixes + Version 0.9.7.1 --------------- * Added automatic download of new episodes diff --git a/assets/about.html b/assets/about.html index 7f5a52123..e1e235a1d 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.7.1</p> + <p>AntennaPod, Version 0.9.7.2</p> <p>Copyright © 2012 Daniel Oeh</p> <p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p> </div> @@ -5,7 +5,7 @@ <groupId>de.danoeh</groupId> <artifactId>antennapod</artifactId> <packaging>apk</packaging> - <version>0.9.7.1</version> + <version>0.9.7.2</version> <name>AntennaPod</name> |