Skip to content

Commit

Permalink
Bump SDK (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Nov 20, 2023
1 parent 2e1b0cc commit 291034b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6636,7 +6636,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = "0.0.3-november23";
version = "0.0.4-november23";
};
};
821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : {
"revision" : "22637fa0dc2d4cec8d3a39515cb844fb5b04f784",
"version" : "0.0.3-november23"
"revision" : "5ea5fd66ee766cec2870441265625aded58507a8",
"version" : "0.0.4-november23"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/matrix-org/matrix-rust-components-swift
exactVersion: 0.0.3-november23
exactVersion: 0.0.4-november23
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/vector-im/compound-ios
Expand Down

0 comments on commit 291034b

Please sign in to comment.