Skip to content

Commit

Permalink
[Release] New Liquid iOS SDK release: v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel M. Almeida <[email protected]>
  • Loading branch information
miguelcma committed Mar 17, 2016
1 parent 3dbe864 commit 4c8968e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Liquid iOS SDK Change Log

## 2.2.0: Add Apple TV Support

* **[feature]** Add support for Apple TV (tvOS 9.0+)

## 2.1.1: Better support for Deep Linking in Push Notifications

* **[enhancement]** Add a method to automatically handle deep linking in push notifications: `handleRemoteNotification:forApplication:`, intended to be called when a push nofification is received by `AppDelegate`.
Expand Down
2 changes: 1 addition & 1 deletion Liquid.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Liquid"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "Liquid is a platform that enables publishers to dynamically serve their applications based on user profiling, activity and context."
s.homepage = "https://onliquid.com/"
s.license = 'Apache, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion Liquid/LQDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define LQ_TVOS TARGET_OS_TV
#define LQ_INAPP_MESSAGES_SUPPORT LQ_IOS

#define kLQVersion @"2.1.1"
#define kLQVersion @"2.2.0"

#if LQ_WATCHOS
#define kLQBundle @"io.lqd.watchos"
Expand Down

0 comments on commit 4c8968e

Please sign in to comment.