Skip to content

Commit

Permalink
Bump versions again for datfile parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-rahul committed Mar 2, 2023
1 parent 1db99bc commit 706ba24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datfile_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wot_datfile_parser"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["dacite <[email protected]>"]
description = "A parser for `.dat` files generated by the game World of Tanks"
Expand Down
2 changes: 1 addition & 1 deletion datfile_parser/src/lib/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.4.0")]
#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.4.1")]
//! A parser for `.dat` battle result files generated by the game World of Tanks
//! ## Simple Example
Expand Down

0 comments on commit 706ba24

Please sign in to comment.