Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Dec 23, 2013
1 parent 1d65ead commit 25ff9c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.geeksfactory.opacclient"
android:versionCode="64"
android:versionName="2.0.27-1" >
android:versionCode="65"
android:versionName="2.0.28" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
android:targetSdkVersion="19" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
8 changes: 8 additions & 0 deletions assets/changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.28<br />
Neues App-Icon<br />
Unterstützung für Sinsheim, Regensburg<br />
Erweiterte Unterstützung von Leimen<br />
Kleinere Verbesserungen in Detailansichten<br />
Frohe Weihnachten!
<br /><br />

2.0.27<br />
Verbesserung des Verfügbarkeitsstatus<br />
Kleine Verbesserung am Konto-Einstellungs-Dialog<br />
Expand Down
7 changes: 4 additions & 3 deletions assets/licenses.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<strong>This App</strong><br />
<br />
Copyright 2012-2013 Raphael Michel<br />
BiBer1992 integration Copyright 2013 by Rüdiger Wurth<br />
PICA integration Copyright 2013 by Johan von Fostner<br />
(c) 2012-2013 Raphael Michel<br />
BiBer1992 integration (c) 2013 by Rüdiger Wurth<br />
PICA integration (c) 2013 by Johan von Fostner<br />
App icon (c) 2013 by Raphael Pohl<br />
<br />
Licensed under the MIT License (see below)
<br /><br />
Expand Down

0 comments on commit 25ff9c2

Please sign in to comment.