Prepared release 0.9.1.1

This commit is contained in:
daniel oeh 2012-07-31 13:15:50 +02:00
parent 3e9cc5fe9a
commit 149f945979
4 changed files with 11 additions and 5 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="5"
android:versionName="0.9.1" >
android:versionCode="6"
android:versionName="0.9.1.1" >
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
<uses-permission android:name="android.permission.INTERNET" />

View File

@ -1,6 +1,12 @@
Change Log
==========
Version 0.9.1.1
--------------------
* Changed Flattr credentials
* Improved layout of Feed information screen
* AntennaPod is now open source! The source code is available at https://github.com/danieloeh/AntennaPod
Version 0.9.1
-----------------
* Added support for links in SimpleChapters

View File

@ -40,9 +40,9 @@
<body>
<div id="header" align="center">
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
<p>Antennapod, Version 0.9.1</p>
<p>Antennapod, Version 0.9.1.1</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>
<h1>Used libraries</h1>
<h2>ActionBarSherlock <a href="http://actionbarsherlock.com" title="Link">(Link)</a></h2>

View File

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