Skip to content

Commit

Permalink
Bump crypto version to 0.5.0 (matrix-rust-crypto-sdk d4b9145bc27f144b…
Browse files Browse the repository at this point in the history
…63b6830af2c037ca907b58be)
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent 38515d5 commit 3386144
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 105 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/BuildVersionsCrypto.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object BuildVersionsCrypto {
const val majorVersion = 0
const val minorVersion = 4
const val patchVersion = 1
const val minorVersion = 5
const val patchVersion = 0
}
Loading

0 comments on commit 3386144

Please sign in to comment.