Skip to content

Commit

Permalink
[Release] New Liquid iOS SDK release: v2.1.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 Feb 9, 2016
1 parent 4a53c3d commit 593aae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0-rc5"
s.version = "2.1.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 @@ -19,7 +19,7 @@
#define LQ_IOS TARGET_OS_IOS
#define LQ_INAPP_MESSAGES_SUPPORT LQ_IOS

#define kLQVersion @"2.1.0-rc5"
#define kLQVersion @"2.1.0"

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

0 comments on commit 593aae4

Please sign in to comment.