Skip to content

Commit

Permalink
Merge pull request #60 from adjust/v4_version
Browse files Browse the repository at this point in the history
V4 version
  • Loading branch information
nonelse committed Dec 8, 2014
2 parents 88f5656 + 912dd82 commit 5181ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Adjust.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Adjust"
s.version = "3.4.0"
s.version = "4.0.0"
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
s.homepage = "http://adjust.com"
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
s.author = { "Christian Wellenbrock" => "[email protected]" }
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v3.4.0" }
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.0.0" }
s.platform = :ios, '4.3'
s.framework = 'SystemConfiguration'
s.weak_framework = 'AdSupport', 'iAd'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
4.0.0

0 comments on commit 5181ac5

Please sign in to comment.