Skip to content

Commit 1dd2786

Browse files
chore: update Package.swift, utils sources, and podspec for version 0.9.110 (#280)
Co-authored-by: quetool <[email protected]>
1 parent 7d40dbe commit 1dd2786

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let yttriumUtilsXcframeworkTarget: Target = useLocalRustXcframework ?
2222
) :
2323
.binaryTarget(
2424
name: "YttriumUtilsXCFramework",
25-
url: "https://github.com/reown-com/yttrium/releases/download/0.9.80/libyttrium-utils.xcframework.zip",
26-
checksum: "b8b08dfe910a6589bb47c43ab5cb8e506d0f2ca841f602853706c18c9e1af445"
25+
url: "https://github.com/reown-com/yttrium/releases/download/0.9.110/libyttrium-utils.xcframework.zip",
26+
checksum: "d4187a871abafd8e98728e4915d1e80aba1c9c8fadc13809c5c72d54f8b2f51d"
2727
)
2828

2929
let package = Package(

YttriumUtilsWrapper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "YttriumUtilsWrapper"
3-
spec.version = "0.9.80"
3+
spec.version = "0.9.110"
44
spec.summary = "Yttrium Utils - Multi-blockchain utilities for EIP155, Stacks, and Chain Abstraction"
55
spec.description = <<-DESC
66
Yttrium Utils provides multi-blockchain utilities including EIP155 support, Stacks integration,
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616

1717
# Binary pod via :http to avoid running heavy prepare_command on trunk
1818
# Binary asset hosted on GitHub Releases; CI updates the version
19-
spec.source = { :http => "https://github.com/reown-com/yttrium/releases/download/0.9.80/libyttrium-utils-pod.zip" }
19+
spec.source = { :http => "https://github.com/reown-com/yttrium/releases/download/0.9.110/libyttrium-utils-pod.zip" }
2020

2121
# The zip contains libyttrium-utils.xcframework at root and Sources/YttriumUtils/*.swift
2222
spec.vendored_frameworks = "libyttrium-utils.xcframework"

0 commit comments

Comments
 (0)