Skip to content

Commit

Permalink
Merge pull request #16 from Barnesjt/versionbump
Browse files Browse the repository at this point in the history
New version 0.1.1
  • Loading branch information
barnesjt authored Aug 3, 2019
2 parents b25dc87 + e60838e commit ba81bf2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/target
**/*.rs.bk
/.vscode
/.vscode
/*.sh
/*.zip
/screenshots/
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 = "procview"
version = "0.1.0"
version = "0.1.1"
authors = ["Jack Barnes <barnesjt05@gmail.com>"]
edition = "2018"

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ cargo build --release
```
And the result will be at: ./target/release/procview

Thanks for checking out this project!

Thanks for checking out this project!
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use std::fs;

//This function just prints the preformatted help display
fn print_help() {
writeln!(&mut io::stdout(), " == procview v.0.1.0 == ");
writeln!(&mut io::stdout(), " == procview v 0.1.1 == ");
writeln!(&mut io::stdout(), " == Available Commands == ");
writeln!(&mut io::stdout(), "==================================================================");
writeln!(&mut io::stdout(), " help : Show Available Commands ");
Expand Down

0 comments on commit ba81bf2

Please sign in to comment.