Skip to content

Commit

Permalink
Merge pull request #158 from artichoke/lopopolo/release-1.6.1
Browse files Browse the repository at this point in the history
Release v1.6.1
  • Loading branch information
lopopolo authored Apr 23, 2022
2 parents 36443b3 + 81be080 commit 734a6b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intaglio"
version = "1.6.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.6.1" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
intaglio = "1.6.0"
intaglio = "1.6.1"
```

Then intern UTF-8 strings like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
//! [`&Path`]: std::path::Path
//! [`&'static Path`]: std::path::Path
#![doc(html_root_url = "https://docs.rs/intaglio/1.6.0")]
#![doc(html_root_url = "https://docs.rs/intaglio/1.6.1")]

// Ensure code blocks in `README.md` compile
//
Expand Down

0 comments on commit 734a6b6

Please sign in to comment.