Skip to content

Commit

Permalink
Bump the RustSDK to v1.0.27-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Jan 4, 2023
1 parent 0e60bca commit c661b24
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 @@ -3883,7 +3883,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = "1.0.26-alpha";
version = "1.0.27-alpha";
};
};
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : {
"revision" : "9d3e741f955014f081d2af0157eecea9f0dbc034",
"version" : "1.0.26-alpha"
"revision" : "91590089932586b623c03ef544daa9c56186bf07",
"version" : "1.0.27-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include:
packages:
MatrixRustSDK:
url: https://github.com/matrix-org/matrix-rust-components-swift
exactVersion: 1.0.26-alpha
exactVersion: 1.0.27-alpha
# path: ../matrix-rust-sdk
DesignKit:
path: ./
Expand Down

0 comments on commit c661b24

Please sign in to comment.