Skip to content

Commit 9d3c872

Browse files
committed
GH-15 # Bump to 0.3.7
1 parent cec3f19 commit 9d3c872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_jarm"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
authors = ["Hugo-C"]
55
edition = "2021"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust_jarm is a library to compute JARM fingerprint. It is more or less a direct
1010
put in Cargo.toml:
1111
```
1212
[dependencies]
13-
rust_jarm = "0.3.6"
13+
rust_jarm = "0.3.7"
1414
```
1515

1616
## Usage

0 commit comments

Comments
 (0)