Skip to content

Commit

Permalink
feat: update FlowplayerSDK to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rashadatjou committed Nov 7, 2023
1 parent 1de6e72 commit a8c19fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FlowplayerSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'json'

VERSION = "4.3.1"
VERSION = "4.3.2"
SOURCE_URL = "https://github.com/flowplayer/apple-sdk-releases/releases/download/#{VERSION}/FlowplayerSDK.zip"

Pod::Spec.new do |spec|
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import PackageDescription

let version = "4.3.1"
let version = "4.3.2"

let package = Package(
name: "FlowplayerSDK",
Expand All @@ -20,7 +20,7 @@ let package = Package(
.binaryTarget(
name: "FlowplayerSDK",
url: "https://github.com/flowplayer/apple-sdk-releases/releases/download/\(version)/FlowplayerSDK.zip",
checksum: "7bf4ba41887029c7985c0d9e6cf7dd2a0467d5c3d7ffea711709e262e6f2edd7"
checksum: "d0764faa5e0e5ef3a3866e654db4be37220bcec4b809cb78222aa9e22d0f47fa"
),
]
)

0 comments on commit a8c19fc

Please sign in to comment.