Skip to content

Commit

Permalink
update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b23r0 committed Apr 24, 2022
1 parent 915a8c1 commit a1e4d6d
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 = "rust-raknet"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["b23r0 <b23r0@foxmail.com>"]
description = "RakNet Protocol implementation by Rust."
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 @@ _This project is not affiliated with Jenkins Software LLC nor RakNet._
```toml
# Cargo.toml
[dependencies]
rust-raknet = "0.5.0"
rust-raknet = "0.5.1"
```

# Reliability
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//! ```toml
//! # Cargo.toml
//! [dependencies]
//! rust-raknet = "0.5.0"
//! rust-raknet = "0.5.1"
//! ```
//!
//! # Reliability
Expand Down

0 comments on commit a1e4d6d

Please sign in to comment.