Skip to content

Commit

Permalink
Release 1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhzh committed Oct 14, 2016
1 parent ea9b6c8 commit 4bac333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SensorsAnalyticsSDK/SensorsAnalyticsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SensorsAnalyticsSDK"
s.version = "1.6.18"
s.version = "1.6.19"
s.summary = "The offical iOS SDK of Sensors Analytics."
s.homepage = "http://www.sensorsdata.cn"
s.source = { :git => 'https://github.com/sensorsdata/sa-sdk-ios.git', :tag => "v#{s.version}" }
Expand Down
4 changes: 2 additions & 2 deletions SensorsAnalyticsSDK/SensorsAnalyticsSDK/SensorsAnalyticsSDK.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#import <WebKit/WebKit.h>
#endif

#define VERSION @"1.6.18"
#define VERSION @"1.6.19"

#define PROPERTY_LENGTH_LIMITATION 8191

Expand Down Expand Up @@ -1066,7 +1066,7 @@ - (NSDictionary *)collectAutomaticProperties {
@"$lib": @"iOS",
@"$lib_version": [self libVersion],
@"$manufacturer": @"Apple",
@"$os": [device systemName],
@"$os": @"iOS",
@"$os_version": [device systemVersion],
@"$model": deviceModel,
@"$screen_height": @((NSInteger)size.height),
Expand Down

0 comments on commit 4bac333

Please sign in to comment.