Skip to content

Commit

Permalink
Merge pull request #340 from tang3w/bump/7.2.0
Browse files Browse the repository at this point in the history
Bump version to 7.2.0
  • Loading branch information
tang3w authored Aug 23, 2017
2 parents 4f6e25d + 25a3446 commit 967192e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @"v7.1.0"
#define SDK_VERSION @"v7.2.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 = '7.1.0'
s.version = '7.2.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 = '7.1.0'
s.version = '7.2.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 = '7.1.0'
s.version = '7.2.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud IM Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion Podspec/AVOSCloudIMGroupChat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudIMGroupChat'
s.version = '7.1.0'
s.version = '7.2.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'Group Chat Extension of LeanCloud IM Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion Podspec/AVOSCloudLiveQuery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudLiveQuery'
s.version = '7.1.0'
s.version = '7.2.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud LiveQuery Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down

0 comments on commit 967192e

Please sign in to comment.