Skip to content

Commit

Permalink
🔖 Bump versions to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Feb 23, 2024
1 parent f180d17 commit bbd8d72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.5.1", features = ["derive"] }
clap_complete = { version = "4.5.1", optional = true }
glob = "0.3.1"
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
pna = { version = "0.6.0", path = "../pna" }
pna = { version = "0.7.0", path = "../pna" }
rayon = "1.8.1"
rpassword = "7.3.1"

Expand Down
2 changes: 1 addition & 1 deletion pna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pna"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "PNA(Portable-Network-Archive) decoding and encoding library"
Expand Down

0 comments on commit bbd8d72

Please sign in to comment.