diff --git a/Package.resolved b/Package.resolved index 8543b319..04f7aede 100644 --- a/Package.resolved +++ b/Package.resolved @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/xmtp/libxmtp-swift", "state" : { - "revision" : "db13df1fef0e4a11880a889640a3df2998e4abac", - "version" : "0.4.2-beta1" + "revision" : "de859c86a5854bdc2cfd54e8f98b6088a38a2f3c", + "version" : "0.4.2-beta2" } }, { diff --git a/Package.swift b/Package.swift index 27774629..6d45c0ec 100644 --- a/Package.swift +++ b/Package.swift @@ -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", exact: "0.4.2-beta1"), + .package(url: "https://github.com/xmtp/libxmtp-swift", exact: "0.4.2-beta2"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.