Prepared release of version 0.9.6.2

This commit is contained in:
daniel oeh 2012-12-21 22:19:50 +01:00
parent 90b7fd012d
commit e1b4a19c75
4 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="de.danoeh.antennapod"
android:versionCode="22"
android:versionName="0.9.6.1" xmlns:android="http://schemas.android.com/apk/res/android">
android:versionCode="23"
android:versionName="0.9.6.2" 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,13 @@
Change Log
==========
Version 0.9.6.2
---------------
* Fixed import problems with some OPML files
* Fixed download problems
* AntennaPod now recognizes changes of episode information
* Other improvements and bugfixes
Version 0.9.6.1
---------------
* Added dark theme

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