Skip to content

Commit

Permalink
🔖 Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Jan 21, 2024
1 parent e36f766 commit e065e50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portable-network-archive"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Portable-Network-Archive cli"
Expand All @@ -17,7 +17,7 @@ clap = { version = "4.4.18", features = ["derive"] }
clap_complete = { version = "4.4.7", optional = true }
glob = "0.3.1"
indicatif = { version = "0.17.7", features = ["improved_unicode"] }
pna = { version = "0.5.0", path = "../pna" }
pna = { version = "0.6.0", path = "../pna" }
rayon = "1.8.1"
rpassword = "7.3.1"

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libpna"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "PNA(Portable-Network-Archive) decoding and encoding library"
Expand Down
4 changes: 2 additions & 2 deletions pna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pna"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "PNA(Portable-Network-Archive) decoding and encoding library"
Expand All @@ -11,7 +11,7 @@ keywords = ["pna", "archive", "crypto", "data"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libpna = { version = "0.5.0", path = "../lib" }
libpna = { version = "0.6.0", path = "../lib" }

[lib]
name = "pna"

0 comments on commit e065e50

Please sign in to comment.