Skip to content

Commit 8c95f3b

Browse files
committed
Updated version numbers for next minor release (1.3.2-beta2)
1 parent 9efeaa2 commit 8c95f3b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Change Log
22
===============================================================================
3-
Version 1.3.2 *(2014-03-28)*
3+
Version 1.3.2 *(2014-05-15)*
44
----------------------------
55
* Fixed: Editing account modifies the transaction type of transfer transactions
66
* Fixed: Bug causing double entry transactions not to be considered equal
77
* Fixed: Computation of account balance did not properly consider double entries
88
* Improved: Double-entry accounting is now activated by default
9+
* Improved: Reliability of account structure import
910
* Improved: Restricted parent/child account hierarchies relationships to those defined by GnuCash accounting
1011
* Improved: Dutch translation
1112
* Improved: German translation

app/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="org.gnucash.android"
20-
android:versionCode="27"
20+
android:versionCode="28"
2121
android:versionName="@string/app_version_name" >
2222

2323
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15"/>

0 commit comments

Comments
 (0)