Skip to content

Commit

Permalink
Change version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BonnyAD9 committed Aug 17, 2023
1 parent 84d99ef commit 712fba1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uamp"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ uamp i pp
This is the output of help:
```
Welcome in uamp by BonnyAD9
Version 0.1.0
Version 0.1.1
Usage:
uamp
Expand Down
2 changes: 1 addition & 1 deletion src/arg_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fn print_help() {
}

fn print_help_header() {
println!("Welcome in uamp by BonnyAD9\nVersion 0.1.0\n")
println!("Welcome in uamp by BonnyAD9\nVersion 0.1.1\n")
}

fn print_basic_help() {
Expand Down

0 comments on commit 712fba1

Please sign in to comment.