Skip to content

Commit

Permalink
release: 4.7.0-rc.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI Bot committed Jun 6, 2024
1 parent 6d0d08c commit 19044df
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.7.0-rc.1"
VERSION = "4.7.0-rc.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.7.0-rc.1"
let version = "4.7.0-rc.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: "a95b2bc523d5861b0135b8b5d9746c324b2ccf4c95a3aee9321f9d95bc02b1a9"
checksum: "1e65fb595f123ddd09d77dcc009a50541bb79ad84c1011e327dba233d5206110"
),
]
)

0 comments on commit 19044df

Please sign in to comment.