Skip to content

Commit

Permalink
New version 4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Aug 30, 2016
1 parent 50625b1 commit 7a303c2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 = "4.8.4"
s.version = "4.8.5"
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 => "v4.8.4" }
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.8.5" }
s.ios.deployment_target = '6.0'
s.tvos.deployment_target = '9.0'
s.framework = 'SystemConfiguration'
Expand Down
2 changes: 1 addition & 1 deletion Adjust/ADJUtil.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
static NSRegularExpression * shortUniversalLinkRegex = nil;
static NSNumberFormatter * secondsNumberFormatter = nil;

static NSString * const kClientSdk = @"ios4.8.4";
static NSString * const kClientSdk = @"ios4.8.5";
static NSString * const kDefaultScheme = @"AdjustUniversalScheme";
static NSString * const kUniversalLinkPattern = @"https://[^.]*\\.ulink\\.adjust\\.com/ulink/?(.*)";
static NSString * const kShortUniversalLinkPattern = @"http[s]?://[a-z0-9]{4}\\.adj\\.st/?(.*)";
Expand Down
2 changes: 1 addition & 1 deletion AdjustTests/ADJPackageFields.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ - (id) init {

// default values
self.appToken = @"qwerty123456";
self.clientSdk = @"ios4.8.4";
self.clientSdk = @"ios4.8.5";
self.suffix = @"";
self.environment = @"sandbox";

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ If you're using [CocoaPods][cocoapods], you can add the following line to your `
[this step](#sdk-integrate):

```ruby
pod 'Adjust', '~> 4.8.4'
pod 'Adjust', '~> 4.8.5'
```

or:

```ruby
pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.8.4'
pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.8.5'
```

If you're using [Carthage][carthage], you can add following line to your `Cartfile` and continue with
Expand Down Expand Up @@ -837,7 +837,7 @@ send `sdk_click` package anyway to the adjust backend. If you have your log leve
```
[Adjust]d: Added package 1 (click)
[Adjust]v: Path: /sdk_click
[Adjust]v: ClientSdk: ios4.8.4
[Adjust]v: ClientSdk: ios4.8.5
[Adjust]v: Parameters:
[Adjust]v: app_token {YourAppToken}
[Adjust]v: created_at 2016-04-15T14:25:51.676Z+0200
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.4
4.8.5

0 comments on commit 7a303c2

Please sign in to comment.