Prepared release 0.9.1.1
This commit is contained in:
parent
3e9cc5fe9a
commit
149f945979
|
@ -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" />
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue