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 May 1, 2024
1 parent 346e4b6 commit 4a9db00
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 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.3


### 6.13.1
* Update to Appsflyer SDK 6.13.1.

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',:podspec => '../../segment-appsflyer-ios.podspec'
pod 'segment-appsflyer-ios','6.14.3'
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',:podspec => '../../segment-appsflyer-ios.podspec'
pod 'segment-appsflyer-ios','6.14.3'

end
Empty file removed releasenotes.6.14.3
Empty file.
2 changes: 1 addition & 1 deletion segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version_appsflyerLib = '6.14.3'
version_plugin = '6.13.1'
version_plugin = '6.14.3'

Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
Expand Down

0 comments on commit 4a9db00

Please sign in to comment.