Skip to content

Commit

Permalink
chore: release v2.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Apr 14, 2024
1 parent 3259d5d commit 780598d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nid"
version = "2.0.0"
version = "2.1.0-rc.1"
edition = "2021"
rust-version = "1.61"
description = "Generate and parse Nano IDs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
nid = "2.0.0"
nid = "2.1.0-rc.1"
```

When you want a new Nano ID, you can generate one using the [`Nanoid::new`] method.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! ```toml
//! [dependencies]
//! nid = "2.0.0"
//! nid = "2.1.0-rc.1"
//! ```
//!
//! When you want a new Nano ID, you can generate one using the [`Nanoid::new`] method.
Expand Down

0 comments on commit 780598d

Please sign in to comment.