Skip to content

Commit

Permalink
Correct minor version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WKHAllen committed Feb 10, 2024
1 parent 8653b7a commit b30159e
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 = "rustdtp"
version = "0.6.0"
version = "0.6.1"
authors = ["WKHAllen <[email protected]>"]
license = "MIT"
description = "Cross-platform networking interfaces for Rust."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Data Transfer Protocol (DTP) is a larger project to make ergonomic network p
Add the package in `Cargo.toml`:

```toml
rustdtp = "0.5"
rustdtp = "0.6"
```

## Creating a server
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//! Add the package in `Cargo.toml`:
//!
//! ```toml
//! rustdtp = "0.5"
//! rustdtp = "0.6"
//! ```
//!
//! ## Creating a server
Expand Down

0 comments on commit b30159e

Please sign in to comment.