Prepared release of version 0.9.6

This commit is contained in:
daniel oeh 2012-11-11 18:00:10 +01:00
parent 7f92cdce70
commit 2baccc8b64
4 changed files with 12 additions and 4 deletions

View File

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

View File

@ -1,6 +1,14 @@
Change Log
==========
Version 0.9.6
-------------
* Added support for VorbisComment chapters
* Reduced memory usage
* Added support for more feed types
* Several bugfixes
Version 0.9.5.3
---------------
* Fixed crash when trying to start playback on some devices

View File

@ -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.5.3</p>
<p>AntennaPod, Version 0.9.6</p>
<p>Copyright © 2012 Daniel Oeh</p>
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
</div>

View File

@ -4,7 +4,7 @@
<groupId>de.danoeh</groupId>
<artifactId>antennapod</artifactId>
<packaging>apk</packaging>
<version>0.9.5.3</version>
<version>0.9.6</version>
<name>AntennaPod</name>