Skip to content

Commit

Permalink
Update SDK support library to v0.5.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 13, 2024
1 parent 810b69f commit aeacc9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0-beta.2]
## [0.5.0-beta.3]

### Change

Expand Down
2 changes: 1 addition & 1 deletion FireworkVideoAgoraSupport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FireworkVideoAgoraSupport'
s.version = '0.5.0-beta.2'
s.version = '0.5.0-beta.3'
s.summary = 'FireworkVideoAgoraSupport'

s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_agora_support'
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.6
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -22,8 +22,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideoAgoraSupport",
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.5.0-beta.2/FireworkVideoAgoraSupport-v0.5.0-beta.2.xcframework.zip",
checksum: "36f8cdd48dd536cc2cc500d3c18bcad2eed28b076cd7131f2b5d157f6b2fff97"
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.5.0-beta.3/FireworkVideoAgoraSupport-v0.5.0-beta.3.xcframework.zip",
checksum: "1eb84f20b90b18dd3bac4bb3a11f434180c9082a77573b4c4fff756dcd9ba733"
)
,
.target(
Expand Down

0 comments on commit aeacc9f

Please sign in to comment.