Skip to content

Commit

Permalink
Update version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilson committed Nov 29, 2021
1 parent 77fb920 commit 92863b7
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "tempus-cli"
version = "1.0.2"
version = "1.1.0"
edition = "2021"
authors = [
"Jake Wilson"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {

fn parse_args() -> ArgMatches<'static> {
App::new("Tempus")
.version("1.0.2")
.version("1.1.0")
.author("Jake Wilson")
.about("Easy time tracking")
.arg(Arg::with_name("project")
Expand Down

0 comments on commit 92863b7

Please sign in to comment.