Skip to content

Commit

Permalink
bump version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Sep 3, 2023
1 parent 3117045 commit 0cc529f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- [Overview](#overview)
- [Supported CipherSuites](#supported-ciphersuites)
- [Cryptography Dependecies](#cryptography-dependencies)
- [Cryptography Dependencies](#cryptography-dependencies)
- [Open Source License](#open-source-license)
- [Contributing](#contributing)

Expand Down
3 changes: 3 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
extend-glob = ["*.csr"]
check-file = false

[files]
extend-exclude = ["rmls/test-vectors/*.json"]

[default.extend-words]
2 changes: 1 addition & 1 deletion rmls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmls"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Rusty Rain <[email protected]>"]
description = "Messaging Layer Security in Rust"
Expand Down
2 changes: 1 addition & 1 deletion rmls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- [Overview](#overview)
- [Supported CipherSuites](#supported-ciphersuites)
- [Cryptography Dependecies](#cryptography-dependencies)
- [Cryptography Dependencies](#cryptography-dependencies)
- [Open Source License](#open-source-license)
- [Contributing](#contributing)

Expand Down

0 comments on commit 0cc529f

Please sign in to comment.