Skip to content

Commit

Permalink
Update SDK to v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Nov 1, 2024
1 parent f44a893 commit dbb15f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

## CHANGELOG

## [1.25.0]

### Added

- Support Turkish.
- Support customizing the share url.

## [1.24.9]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion FireworkVideo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FireworkVideo"
spec.version = "1.25.0-beta.5"
spec.version = "1.25.0"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.25.0-beta.5/FireworkVideo-v1.25.0-beta.5.xcframework.zip",
checksum: "d1a8debe63550a31b4dc966fa8a560398a8e26fdbd0bea09390cc822f601a782")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.25.0/FireworkVideo-v1.25.0.xcframework.zip",
checksum: "b4914912a154a5dd42cb4635b736ef368b47c57bf40e589b69e74a11f16e184c")
]
)

0 comments on commit dbb15f1

Please sign in to comment.