We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d308f08 commit 0e9014eCopy full SHA for 0e9014e
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Change Log
2
===============================================================================
3
+Version 1.2.6 *(2013-xx-xx)*
4
+----------------------------
5
+* Feature: Support for QIF export format
6
+
7
Version 1.2.5 *(2013-09-17)*
8
----------------------------
9
* Feature: Search accounts by name
app/AndroidManifest.xml
@@ -17,8 +17,8 @@
17
18
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19
package="org.gnucash.android"
20
- android:versionCode="16"
21
- android:versionName="1.2.5" >
+ android:versionCode="17"
+ android:versionName="1.2.6.beta" >
22
23
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15"/>
24
0 commit comments