Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Oct 9, 2019
1 parent 6457d67 commit f6add5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 0.4.0
_2019-10-09_

* Add feature auto tracking Advertising Id (`TreasureData#enableAutoAppendAdvertisingIdentifier()`)

## Version 0.3.2
_2019-09-26_

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ gem install cocoapods
Next, add this line in your Podfile.

```
pod 'TreasureData-iOS-SDK', '= 0.3.2'
pod 'TreasureData-iOS-SDK', '= 0.4.0'
```

If you use the SDK in Swift, add this line to your Podfile.
Expand All @@ -36,7 +36,7 @@ $ pod install

### Framework

Download [TreasureData.framework](http://cdn.treasuredata.com/sdk/ios/0.3.2/TreasureData-iOS-SDK.framework.zip) and add it and `libz` library into your project.
Download [TreasureData.framework](http://cdn.treasuredata.com/sdk/ios/0.4.0/TreasureData-iOS-SDK.framework.zip) and add it and `libz` library into your project.

## Usage in Objective-C

Expand Down
2 changes: 1 addition & 1 deletion TreasureData-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TreasureData-iOS-SDK"
s.version = "0.3.2"
s.version = "0.4.0"
s.summary = "TreasureData SDK for iOS."
s.license = "Apache"
s.authors = { "mitsu" => "mitsu@treasure-data.com",
Expand Down
2 changes: 1 addition & 1 deletion TreasureData/TDClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "Deflate.h"
#import "TDClient.h"

static NSString *version = @"0.3.2";
static NSString *version = @"0.4.0";

@implementation TDClient

Expand Down

0 comments on commit f6add5b

Please sign in to comment.