version bump

This commit is contained in:
Valerie Wolfe 2022-05-24 08:39:06 -04:00
parent adf2bc762d
commit 5b20a34c7d
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "open"
version = "0.5.0"
version = "0.6.0"
authors = ["Valerie Wolfe <sleeplessval@gmail.com>"]
edition = "2018"
@ -8,3 +8,7 @@ edition = "2018"
[dependencies]
configparser = "3.0.0"
[profile.release]
strip = "debuginfo"

View file

@ -22,9 +22,9 @@ fn main() {
match arg.as_str() {
"-h" |
"--help" => {
println!("open v0.5.0
println!("open v0.6.0
Valerie Wolfe <sleeplessval@gmail.com>
A Rust reimplementation of \"xdg-open\" configurable with a toml file.
A Rust reimplementation of \"xdg-open\" configurable with an ini file.
USAGE:
open [FLAGS] [OPERAND]