Skip to content

Commit

Permalink
Bump the SDK to v1.1.27. (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Dec 1, 2023
1 parent b7ecb07 commit 290dd85
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 @@ -6660,7 +6660,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = "0.0.7-november23";
version = 1.1.27;
};
};
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" : "aa1dd4fc587d4b4adf603fd7ffef1580c9955d0c",
"version" : "0.0.7-november23"
"revision" : "3e35994ebda2a66b40d98e41f7ce168c7a1a1f18",
"version" : "1.1.27"
}
},
{
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.7-november23
exactVersion: 1.1.27
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/vector-im/compound-ios
Expand Down

0 comments on commit 290dd85

Please sign in to comment.