Prepared release of version 0.9.4.5

This commit is contained in:
daniel oeh 2012-09-17 13:43:14 +02:00
parent a7377614d7
commit 48ad342a12
3 changed files with 9 additions and 3 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="14"
android:versionName="0.9.4.4" >
android:versionCode="15"
android:versionName="0.9.4.5" >
<!-- <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.4.5
---------------
* Added Russian translation (Thanks older!)
* Added German translation
* Several bugfixes
Version 0.9.4.4
---------------
* Added player controls at the bottom of the main screen and the feedlist screens

View File

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