Skip to content

Commit

Permalink
chore(player): upgrade analytics to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 9, 2023
1 parent b980f3e commit db65dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ApiVideoPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.{swift, plist}'
s.resources = 'Sources/**/*.{storyboard,xib,xcassets,json,png}'

s.dependency "ApiVideoPlayerAnalytics", "1.1.0"
s.dependency "ApiVideoPlayerAnalytics", "1.1.1"
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/apivideo/api.video-ios-player-analytics", from: "1.1.0"),
.package(url: "https://github.com/apivideo/api.video-ios-client", from: "1.1.1")
.package(url: "https://github.com/apivideo/api.video-ios-player-analytics", from: "1.1.1"),
.package(url: "https://github.com/apivideo/api.video-ios-client", from: "1.2.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit db65dde

Please sign in to comment.