Skip to content

Commit d2c2047

Browse files
AnkaAnka
authored andcommitted
Commited from github action - prepaing the repo for production.
1 parent d04954f commit d2c2047

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 6.15.1
2+
3+
14
### 6.14.3
25
* Update to Appsflyer SDK 6.14.3.
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-qa','6.15.1-rc2'
9+
pod 'segment-appsflyer-ios','6.15.1'
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-qa','6.15.1-rc2'
9+
pod 'segment-appsflyer-ios','6.15.1'
1010

1111
end

releasenotes.6.15.1

Whitespace-only changes.

segment-appsflyer-ios-qa.podspec renamed to segment-appsflyer-ios.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version_appsflyerLib = '6.15.1'
2-
version_plugin = '6.15.1-rc2'
2+
version_plugin = '6.15.1'
33

44
Pod::Spec.new do |s|
5-
s.name = "segment-appsflyer-ios-qa"
5+
s.name = "segment-appsflyer-ios"
66
s.version = version_plugin
77
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."
88

0 commit comments

Comments
 (0)