Skip to content

Commit b208c04

Browse files
author
Federico Dionisi
committed
Release 0.8.0
1 parent 44c92c5 commit b208c04

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.7.0"
3+
version = "0.8.0"
44
authors = ["Federico <dionisi.federico@gmail.com>"]
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.7.0";
33+
return "0.8.0";
3434
}

0 commit comments

Comments
 (0)