Skip to content

Commit

Permalink
bump to version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orhan89 committed May 13, 2015
1 parent 080d9dd commit f34b1e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v3.4.2 (2015-05-13)

### Fixed
* Fixed crash on sqlite cipher when loading and sending data too early

## v3.4.1 (2015-05-12)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sense-android-library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="nl.sense_os.service"
android:versionName="3.4.1">
android:versionName="3.4.2">
<!-- <uses-sdk -->
<uses-sdk android:minSdkVersion="7"/>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public abstract class AppInfoVersion {

public final static String SENSE_LIBRARY_VERSION = "v3.4.1";
public final static String SENSE_LIBRARY_VERSION = "v3.4.2";
public final static String CORTEX_VERSION = "";
}

0 comments on commit f34b1e7

Please sign in to comment.