Skip to content

Commit 4a9db00

Browse files
AnkaAnka
authored andcommitted
Commited from github action - prepaing the repo for production.
1 parent 346e4b6 commit 4a9db00

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 6.14.3
2+
3+
14
### 6.13.1
25
* Update to Appsflyer SDK 6.13.1.
36

examples/ObjcPodsSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ target 'ObjcPodsSample' do
66
use_frameworks!
77

88
# Pods for ObjcPodsSample
9-
pod 'segment-appsflyer-ios',:podspec => '../../segment-appsflyer-ios.podspec'
9+
pod 'segment-appsflyer-ios','6.14.3'
1010
end

examples/SwiftPodsSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'SwiftPodsSample' do
66
use_frameworks!
77

88
# Pods for SwiftPodsSample
9-
pod 'segment-appsflyer-ios',:podspec => '../../segment-appsflyer-ios.podspec'
9+
pod 'segment-appsflyer-ios','6.14.3'
1010

1111
end

releasenotes.6.14.3

Whitespace-only changes.

segment-appsflyer-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version_appsflyerLib = '6.14.3'
2-
version_plugin = '6.13.1'
2+
version_plugin = '6.14.3'
33

44
Pod::Spec.new do |s|
55
s.name = "segment-appsflyer-ios"

0 commit comments

Comments
 (0)