Skip to content

Commit

Permalink
version: 3.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yulong.gyl committed Jun 21, 2023
1 parent 2e5ac56 commit 9ed1c2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AliyunLogProducer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Pod::Spec.new do |s|
s.name = 'AliyunLogProducer'
s.version = '3.1.17'
s.version = '3.1.18'
s.summary = 'aliyun log service ios producer.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Producer/include/SLSProducer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! Xcode 13 has a new option called "Manage Version and Build Number" which is ticked by default.
//! If left checked, Xcode will automatically set your app's version number which (rather counter-intuitively), will also apply to all included frameworks
//! https://stackoverflow.com/a/31418789/1760982
#define SLS_SDK_VERSION @"3.1.16"
#define SLS_SDK_VERSION @"3.1.18"

#define SLSLog(fmt, ...) NSLog((@"[SLSiOS] %s " fmt), __FUNCTION__, ##__VA_ARGS__);
#ifdef DEBUG
Expand Down
2 changes: 1 addition & 1 deletion publish/AliyunLogProducer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
TVOS_TARGET_VERSION = '9.0'

s.name = "AliyunLogProducer"
s.version = "3.1.17"
s.version = "3.1.18"
s.summary = "aliyun log service ios producer."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 9ed1c2d

Please sign in to comment.