Prepared release of version 0.9.7.3

This commit is contained in:
daniel oeh 2013-04-12 11:24:31 +02:00
parent 27bdbbb795
commit 4707139def
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="29" android:versionCode="30"
android:versionName="0.9.7.2" > android:versionName="0.9.7.3" >
<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,6 +1,12 @@
Change Log Change Log
========== ==========
Version 0.9.7.3
---------------
* Bluetooth devices now display metadata during playback (requires AVRCP 1.3 or higher)
* User interface improvements
* Several bugfixes
Version 0.9.7.2 Version 0.9.7.2
--------------- ---------------
* Automatic download can now be disabled * Automatic download can now be disabled

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.2</p> <p>AntennaPod, Version 0.9.7.3</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.2</version> <version>0.9.7.3</version>
<name>AntennaPod</name> <name>AntennaPod</name>