Skip to content

Commit

Permalink
Commited from github action - prepaing the repo for production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Jun 13, 2024
1 parent added50 commit 8045912
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 6.14.4


### 6.14.3
* Update to Appsflyer SDK 6.14.3.

Expand Down
2 changes: 1 addition & 1 deletion examples/ObjcPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ target 'ObjcPodsSample' do
use_frameworks!

# Pods for ObjcPodsSample
pod 'segment-appsflyer-ios','6.14.4-rc19'
pod 'segment-appsflyer-ios','6.14.4'
end
2 changes: 1 addition & 1 deletion examples/SwiftPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'SwiftPodsSample' do
use_frameworks!

# Pods for SwiftPodsSample
pod 'segment-appsflyer-ios','6.14.4-rc19'
pod 'segment-appsflyer-ios','6.14.4'

end
Empty file removed releasenotes.6.14.4
Empty file.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version_appsflyerLib = '6.14.4'
version_plugin = '6.14.4-rc19'
version_plugin = '6.14.4'

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

Expand Down

0 comments on commit 8045912

Please sign in to comment.