Skip to content

Commit

Permalink
update libxmtp to 657d696
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Aug 16, 2024
1 parent 8c5a398 commit ba229a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmtp/libxmtp-swift.git",
"state" : {
"revision" : "c7cec01e9065812c1b604edd85ff72492bfd51b7",
"version" : "0.5.7-beta1"
"revision" : "6ddc5a583663560698d66a7f99852ccb093cf4a5",
"version" : "0.5.7-beta2"
}
},
{
Expand Down
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.12.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
.package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "0.5.7-beta1"),
.package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "0.5.7-beta2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
4 changes: 2 additions & 2 deletions XMTP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "XMTP"
spec.version = "0.14.4"
spec.version = "0.14.5"
spec.summary = "XMTP SDK Cocoapod"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -44,5 +44,5 @@ Pod::Spec.new do |spec|
spec.dependency "web3.swift"
spec.dependency "GzipSwift"
spec.dependency "Connect-Swift", "= 0.12.0"
spec.dependency 'LibXMTP', '= 0.5.7-beta1'
spec.dependency 'LibXMTP', '= 0.5.7-beta2'
end
2 changes: 1 addition & 1 deletion XMTPiOSExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PODFILE CHECKSUM: e82385142d41677b470dd3362d25b239b9c3621c

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3

0 comments on commit ba229a4

Please sign in to comment.