Skip to content

Commit f34b1e7

Browse files
committed
bump to version 3.4.2
1 parent 080d9dd commit f34b1e7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v3.4.2 (2015-05-13)
2+
3+
### Fixed
4+
* Fixed crash on sqlite cipher when loading and sending data too early
5+
16
## v3.4.1 (2015-05-12)
27

38
### Fixed

sense-android-library/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
package="nl.sense_os.service"
5-
android:versionName="3.4.1">
5+
android:versionName="3.4.2">
66
<!-- <uses-sdk -->
77
<uses-sdk android:minSdkVersion="7"/>
88
</manifest>

sense-android-library/src/nl/sense_os/service/phonestate/AppInfoVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public abstract class AppInfoVersion {
44

5-
public final static String SENSE_LIBRARY_VERSION = "v3.4.1";
5+
public final static String SENSE_LIBRARY_VERSION = "v3.4.2";
66
public final static String CORTEX_VERSION = "";
77
}

0 commit comments

Comments
 (0)