Skip to content

Commit

Permalink
Merge pull request #19 from flowplayer/feat/update
Browse files Browse the repository at this point in the history
feat: update manifests
  • Loading branch information
rashadatjou authored Dec 1, 2023
2 parents ad4ba3a + d73d1e5 commit c6ab660
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.2"
VERSION = "4.4.0"
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.2"
let version = "4.4.0"

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: "217e969576202d7bab5efe0688478ee7601158fb5f95c7b5388d3d504fb22e25"
checksum: "3ab0d264bf817eb838b1f232ab644f72a35ea3c300a47e86f3a9319d4b72fe28"
),
]
)

0 comments on commit c6ab660

Please sign in to comment.