Prepared release 0.9.1

This commit is contained in:
daniel oeh 2012-07-29 16:36:23 +02:00
parent 16a5cdbece
commit 73b12e57d7
3 changed files with 9 additions and 4 deletions

View File

@ -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="4"
android:versionName="0.9" >
android:versionCode="5"
android:versionName="0.9.1" >
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
<uses-permission android:name="android.permission.INTERNET" />

View File

@ -1,8 +1,13 @@
Change Log
==========
Version 0.9.1
-----------------
* Added support for links in SimpleChapters
* Bugfix: Current Chapter wasn't always displayed correctly
Version 0.9
-------------
--------------
* OPML export
* Flattr integration

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</p>
<p>Antennapod, Version 0.9.1</p>
<p>Copyright © 2012 Daniel Oeh</p>
</div>
<h1>Used libraries</h1>