Skip to content

Commit

Permalink
v0.1.3: Added version in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
voidcitizen committed Jun 26, 2024
1 parent be65b22 commit 45744ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oorl"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Output:
string: https://example1.com
string: https://example2.com
string: https://another_example1.com
```
```
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fn main() {
if args.is_empty() {
println!(
"{} - A tool for opening URLs from text files
v0.1.3
{}:\toorl {}
\t\t{}
Expand Down

0 comments on commit 45744ff

Please sign in to comment.