Skip to content

Commit

Permalink
Merge pull request #169 from tenjin/dg/release-1.14.5
Browse files Browse the repository at this point in the history
Release 1.14.5
  • Loading branch information
giraldogdiego authored Oct 1, 2024
2 parents bdea790 + c99a406 commit 2beab97
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,7 @@ v1.14.3
v1.14.4
----
- Remove deprecated Apple `iAd` framework from the SDK

v1.14.5
----
- Improve SKAN postbacks implementation for older SKAN methods
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.14.4
// Version 1.14.5

// 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.14.4"
s.version = "1.14.5"
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,8 +13,7 @@
#define kTenjinConversionEndpoint @"conversion-values"

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

#define kTenjinTenjinSDKVersion @"1.14.5"


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

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

#define kTenjinTenjinSDKVersion @"1.14.5"


#define kTenjinPlatformIos @"ios"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</data>
<key>PrivateHeaders/TenjinConst.h</key>
<data>
+a0QnYPaB6nJKPXuXp9Dk6zl4F0=
uY+LZc24pDZrevH3uWyjEkBbTPE=
</data>
<key>PrivateHeaders/TenjinUtil.h</key>
<data>
Expand Down Expand Up @@ -406,11 +406,11 @@
<dict>
<key>hash</key>
<data>
+a0QnYPaB6nJKPXuXp9Dk6zl4F0=
uY+LZc24pDZrevH3uWyjEkBbTPE=
</data>
<key>hash2</key>
<data>
M8mr1HIFc3gQCy73I5qqMAdoZAmtd/6dqFFhpOOV2AI=
naiEE+RRBPybyOQyeGullS4kcYDFCpMLA/goUu0wIDk=
</data>
</dict>
<key>PrivateHeaders/TenjinUtil.h</key>
Expand Down

0 comments on commit 2beab97

Please sign in to comment.