Skip to content

Commit

Permalink
Bump the SDK to v1.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Aug 21, 2024
1 parent 66c7713 commit 9427c57
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 @@ -7657,7 +7657,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 1.0.39;
version = 1.0.40;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "cdb8f594bfccf0c867bfa5a194c6972fd32a5502",
"version" : "1.0.39"
"revision" : "5d9f1865a71badfe6d9f7c3232b6cf23b12f8add",
"version" : "1.0.40"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift
exactVersion: 1.0.39
exactVersion: 1.0.40
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios
Expand Down

0 comments on commit 9427c57

Please sign in to comment.