Skip to content

Commit

Permalink
Update bindings (#241)
Browse files Browse the repository at this point in the history
* Update bindings

* Update package.resolved

* bump the pod spec

* Keep 0.8.2 to prevent pod lint error

---------

Co-authored-by: Naomi Plasterer <[email protected]>
  • Loading branch information
cameronvoell and nplasterer authored Feb 9, 2024
1 parent e1ada39 commit 9aef614
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
.package(url: "https://github.com/1024jp/GzipSwift", from: "5.2.0"),
.package(url: "https://github.com/bufbuild/connect-swift", exact: "0.3.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
.package(url: "https://github.com/xmtp/libxmtp-swift", revision: "503086d"),
.package(url: "https://github.com/xmtp/libxmtp-swift", exact: "0.4.1-beta2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion XMTP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Pod::Spec.new do |spec|
spec.dependency "web3.swift"
spec.dependency "GzipSwift"
spec.dependency "Connect-Swift", "= 0.3.0"
spec.dependency 'LibXMTP', '= 0.4.1-beta1'
spec.dependency 'LibXMTP', '= 0.4.1-beta2'
end
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmtp/libxmtp-swift",
"state" : {
"branch" : "503086d",
"revision" : "503086d91ba6c3420aca118e4812d62a004d17ee"
"revision" : "82398e41e54b52c346852a478102c7f620fd17a4",
"version" : "0.4.1-beta2"
}
},
{
Expand Down

0 comments on commit 9aef614

Please sign in to comment.