Skip to content

Commit

Permalink
Merge pull request #118 from leancloud/bump/3.8.0
Browse files Browse the repository at this point in the history
Bump version to 3.8.0
  • Loading branch information
tang3w authored Dec 6, 2016
2 parents 330abd1 + 4f4c2ef commit 286942d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AVOS/AVOSCloud/Utils/UserAgent.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define SDK_VERSION @"v3.6.0"
#define SDK_VERSION @"v3.8.0"
2 changes: 1 addition & 1 deletion Podspec/AVOSCloud.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloud'
s.version = '3.6.0'
s.version = '3.8.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion Podspec/AVOSCloudCrashReporting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudCrashReporting'
s.version = '3.6.0'
s.version = '3.8.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud Crash Reporting Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion Podspec/AVOSCloudIM.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudIM'
s.version = '3.6.0'
s.version = '3.8.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud IM Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down

0 comments on commit 286942d

Please sign in to comment.