Skip to content

Commit

Permalink
Bump version to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
developernotes committed Sep 13, 2016
1 parent a989659 commit 7074818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.zetetic</groupId>
<artifactId>android-database-sqlcipher</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<packaging>aar</packaging>
<name>android-database-sqlcipher</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/net/sqlcipher/database/SQLiteDatabase.java
Expand Up @@ -79,7 +79,7 @@ public class SQLiteDatabase extends SQLiteClosable {
/**
* The version number of the SQLCipher for Android Java client library.
*/
public static final String SQLCIPHER_ANDROID_VERSION = "3.5.3";
public static final String SQLCIPHER_ANDROID_VERSION = "3.5.4";

// Stores reference to all databases opened in the current process.
// (The referent Object is not used at this time.)
Expand Down

0 comments on commit 7074818

Please sign in to comment.