Prepared release of version 0.9.7.2

This commit is contained in:
daniel oeh 2013-03-27 11:48:50 +01:00
parent ea874efbd0
commit d42d79731c
4 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.danoeh.antennapod" package="de.danoeh.antennapod"
android:versionCode="28" android:versionCode="29"
android:versionName="0.9.7.1" > android:versionName="0.9.7.2" >
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

View File

@ -1,5 +1,11 @@
Change Log Change Log
========== ==========
Version 0.9.7.2
---------------
* Automatic download can now be disabled
* Several bugfixes
Version 0.9.7.1 Version 0.9.7.1
--------------- ---------------
* Added automatic download of new episodes * Added automatic download of new episodes

View File

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

View File

@ -5,7 +5,7 @@
<groupId>de.danoeh</groupId> <groupId>de.danoeh</groupId>
<artifactId>antennapod</artifactId> <artifactId>antennapod</artifactId>
<packaging>apk</packaging> <packaging>apk</packaging>
<version>0.9.7.1</version> <version>0.9.7.2</version>
<name>AntennaPod</name> <name>AntennaPod</name>