Skip to content

Commit

Permalink
Bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjardoo committed Dec 22, 2024
1 parent 25d8911 commit dca7a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following dependencies to your `Cargo.toml` file:

```toml
[dependencies]
ftail = "0.1"
ftail = "0.2"
```

Add the following code to your `main.rs` or `lib.rs` file:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//!
//! ```toml
//! [dependencies]
//! ftail = "0.1"
//! ftail = "0.2"
//! ```
//!
//! Add the following code to your `main.rs` or `lib.rs` file:
Expand Down

0 comments on commit dca7a4d

Please sign in to comment.