Skip to content

Commit

Permalink
Release Liquid v2.0.2
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 Mar 2, 2016
1 parent 3fa4c0c commit 630090b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Liquid Android SDK Change Log

## 2.0.2: Reduce the amount of requests made for inapps

* **[enhancement]** Request Inapps Messages only when the applications starts.

<br>

## 2.0.1: Bugfix Inapp Messages deeplink

* **[bugfix]** Inapp Messages deeplink.
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 = 2.0.1
version = 2.0.2
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 @@ -62,7 +62,7 @@ public class Liquid {

protected static final String TAG_LIQUID = "LIQUID";

public static final String LIQUID_VERSION = "2.0.1";
public static final String LIQUID_VERSION = "2.0.2";
private static final int LIQUID_DEFAULT_SESSION_TIMEOUT = 30;

private int mSessionTimeout;
Expand Down

0 comments on commit 630090b

Please sign in to comment.