Skip to content

Commit 5181ac5

Browse files
committed
Merge pull request #60 from adjust/v4_version
V4 version
2 parents 88f5656 + 912dd82 commit 5181ac5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Adjust.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Adjust"
3-
s.version = "3.4.0"
3+
s.version = "4.0.0"
44
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
55
s.homepage = "http://adjust.com"
66
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
77
s.author = { "Christian Wellenbrock" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v3.4.0" }
8+
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.0.0" }
99
s.platform = :ios, '4.3'
1010
s.framework = 'SystemConfiguration'
1111
s.weak_framework = 'AdSupport', 'iAd'

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
4.0.0

0 commit comments

Comments
 (0)