Skip to content

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed May 20, 2022
1 parent 37a67df commit 0330984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# totp-lite Changelog

## 1.1.0 (2022-05-18)
## 2.0.0 (2022-05-19)

#### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "totp-lite"
version = "1.1.0"
version = "2.0.0"
authors = ["Colin Woodbury <colin@fosskers.ca>"]
edition = "2018"
description = "A simple, correct TOTP library."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
//!
//! [RFC6238]: https://tools.ietf.org/html/rfc6238
#![doc(html_root_url = "https://docs.rs/totp-lite/1.1.0")]
#![doc(html_root_url = "https://docs.rs/totp-lite/2.0.0")]

use digest::{
block_buffer::Eager,
Expand Down

0 comments on commit 0330984

Please sign in to comment.