Skip to content

Commit 3f0659b

Browse files
committed
release 0.9.2
1 parent 2bce354 commit 3f0659b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deno-argon2"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Federico <code@fdionisi.me>"]
55
edition = "2018"
66

lib/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ export interface HashOptions<T extends {} = {}> {
3030
}
3131

3232
export function version() {
33-
return "0.9.1";
33+
return "0.9.2";
3434
}

0 commit comments

Comments
 (0)