Skip to content

Commit

Permalink
bump version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Mar 12, 2023
1 parent 541f3c0 commit f51e7ed
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
27 changes: 24 additions & 3 deletions 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 libprotonup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libprotonup"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Auyer <auyer@rcpassos.me>"]
repository = "https://github.com/auyer/protonup-rs"
Expand Down
7 changes: 5 additions & 2 deletions protonup-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protonup-rs"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Auyer <auyer@rcpassos.me>"]
repository = "https://github.com/auyer/protonup-rs"
Expand All @@ -11,7 +11,10 @@ description = "TUI Program for Custom Proton Download and installation written i

[dependencies]

libprotonup = { path = "../libprotonup" }
# Use this to use the local changes in libprotonup.
# libprotonup = { path = "../libprotonup" }
# This is necessary to publish to crates.io
libprotonup = { version = "0.4.2" }
inquire = { version = "0.6", default-features = false, features = ["termion"] }
indicatif = { version = "0.17", features = [
"improved_unicode",
Expand Down

0 comments on commit f51e7ed

Please sign in to comment.