Skip to content

Commit

Permalink
Update SDK support library to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 16, 2024
1 parent 3d1f43f commit b5ea269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4]
## [0.5.0]

### 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.5'
s.version = '0.5.0'
s.summary = 'FireworkVideoAgoraSupport'

s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_agora_support'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.5/FireworkVideoAgoraSupport-v0.5.0-beta.5.xcframework.zip",
checksum: "8b851af5b1f515e83226c028c07923c0d340cdc1593e2cb767769b722164b7ab"
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.5.0/FireworkVideoAgoraSupport-v0.5.0.xcframework.zip",
checksum: "afcec9ca74cc3e1d4a9df0ddb2271ab16e4cc57234b68c4ac09e65b5dbfe21a3"
)
,
.target(
Expand Down

0 comments on commit b5ea269

Please sign in to comment.