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
runner authored and runner committed Aug 21, 2023
1 parent 6db367b commit eff02e9
Show file tree
Hide file tree
Showing 5 changed files with 6 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.12.1
* * Update to Appsflyer SDK 6.12.1.

### 6.10.1
* Update iOS SDK to v6.10.1
* Added ci-cd.
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.12.1'
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.12.1'

end
1 change: 0 additions & 1 deletion releasenotes.6.12.1

This file was deleted.

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.12.1'
version_plugin = '6.10.1'
version_plugin = '6.12.1'

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

0 comments on commit eff02e9

Please sign in to comment.