Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
Co-authored-by: rashadatjou <[email protected]>
  • Loading branch information
github-actions[bot] and rashadatjou authored Aug 31, 2023
1 parent a0e04c2 commit 960012b
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.0.0"
VERSION = "4.0.1"
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.0.0"
let version = "4.0.1"

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: "02d6101b7a6c9c923fbbf674c9158bfd37abe7fa2847686e8d92a07a6dfebc0e"
checksum: "9b7cd9bb5625c72d2828578b301552254813a88283e24b07c5c39a0b05ae75e9"
),
]
)

0 comments on commit 960012b

Please sign in to comment.