Skip to content

Commit

Permalink
Merge pull request #152 from tenjin/release-1.12.29
Browse files Browse the repository at this point in the history
Release 1.12.29
  • Loading branch information
giraldogdiego authored Nov 1, 2023
2 parents b7cf47b + 3cc4553 commit 02bd1a3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,7 @@ v1.12.27
v1.12.28
----
- Added TradPlus Impression Level Ad Revenue

v1.12.29
----
- Add retry for ASA attribution token
2 changes: 1 addition & 1 deletion TenjinSDK.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Created by Tenjin on 2016-05-20.
// Version 1.12.28
// Version 1.12.29

// Copyright (c) 2016 Tenjin. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion TenjinSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TenjinSDK"
s.version = "1.12.28"
s.version = "1.12.29"
s.summary = "TenjinSDK"
s.description = <<-DESC
Tenjin is a unique growth infrastructure platform that helps you streamline your mobile marketing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define kTenjinConversionEndpoint @"conversion-values"

//this line replaced by build script
#define kTenjinTenjinSDKVersion @"1.12.28"
#define kTenjinTenjinSDKVersion @"1.12.29"


#define kTenjinPlatformIos @"ios"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define kTenjinConversionEndpoint @"conversion-values"

//this line replaced by build script
#define kTenjinTenjinSDKVersion @"1.12.28"
#define kTenjinTenjinSDKVersion @"1.12.29"


#define kTenjinPlatformIos @"ios"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</data>
<key>PrivateHeaders/TenjinConst.h</key>
<data>
aV1KDJz0XKX166mxtCoi/3hLiIo=
oN6PNSXR5AUGTTrAJK96Q5z854E=
</data>
<key>PrivateHeaders/TenjinUtil.h</key>
<data>
Expand Down Expand Up @@ -391,11 +391,11 @@
<dict>
<key>hash</key>
<data>
aV1KDJz0XKX166mxtCoi/3hLiIo=
oN6PNSXR5AUGTTrAJK96Q5z854E=
</data>
<key>hash2</key>
<data>
xGSXFUpUp9C3Brg738kJ/0ZMMjBtWTjkz6jCjNVkRJ0=
MKefrz39jiSl2xX3AAADX3m1o9ua0VzaU6JKvTksxDU=
</data>
</dict>
<key>PrivateHeaders/TenjinUtil.h</key>
Expand Down

0 comments on commit 02bd1a3

Please sign in to comment.