Skip to content

Commit

Permalink
Release Liquid v1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Leitão <rleitao@onliquid.com>
  • Loading branch information
letz committed Oct 8, 2015
1 parent 9985cfe commit 94e8344
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Liquid Android SDK Change Log

## 1.2.1: Support Android 6.0 (Marshmallow)

* **[bugfix]** Push notifications
* **[bugfix]** Network Module

<br>

## 1.2.0: Attributes bulk insert + bug fixes

* **[feature]** Add setUserAttributes() to set multiple user attributes
Expand Down
2 changes: 1 addition & 1 deletion liquid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group = io.lqd
version = 1.2.0
version = 1.2.1
2 changes: 1 addition & 1 deletion liquid/src/main/java/io/lqd/sdk/Liquid.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class Liquid {

static final String TAG_LIQUID = "LIQUID";

public static final String LIQUID_VERSION = "1.2.0";
public static final String LIQUID_VERSION = "1.2.1";
private static final int LIQUID_DEFAULT_SESSION_TIMEOUT = 30;

private static int mSessionTimeout;
Expand Down

0 comments on commit 94e8344

Please sign in to comment.