Prepared release of version 0.9.4.3
This commit is contained in:
parent
7d4f2aeb74
commit
6db48a6f50
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="de.danoeh.antennapod"
|
package="de.danoeh.antennapod"
|
||||||
android:versionCode="12"
|
android:versionCode="13"
|
||||||
android:versionName="0.9.4.2" >
|
android:versionName="0.9.4.3" >
|
||||||
|
|
||||||
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
|
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.9.4.3
|
||||||
|
---------------
|
||||||
|
* Fixed several bugs in the feed parser
|
||||||
|
* Improved behavior of download reports
|
||||||
|
|
||||||
Version 0.9.4.2
|
Version 0.9.4.2
|
||||||
---------------
|
---------------
|
||||||
* Fixed bug in the OPML importer
|
* Fixed bug in the OPML importer
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="header" align="center">
|
<div id="header" align="center">
|
||||||
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
|
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
|
||||||
<p>Antennapod, Version 0.9.4.2</p>
|
<p>Antennapod, Version 0.9.4.3</p>
|
||||||
<p>Copyright © 2012 Daniel Oeh</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>
|
</div>
|
||||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<groupId>de.danoeh</groupId>
|
<groupId>de.danoeh</groupId>
|
||||||
<artifactId>antennapod</artifactId>
|
<artifactId>antennapod</artifactId>
|
||||||
<packaging>apk</packaging>
|
<packaging>apk</packaging>
|
||||||
<version>0.9.4.2</version>
|
<version>0.9.4.3</version>
|
||||||
<name>AntennaPod</name>
|
<name>AntennaPod</name>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user