Skip to content

Commit

Permalink
Bump to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Mar 19, 2021
1 parent f5f6c5a commit 334665b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "sigi"
version = "0.1.4"
version = "0.1.5"
authors = ["♪ hiljusti 🎮 <[email protected]>"]
edition = "2018"
license = " GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src/sigi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct Mode<'a> {
}

// TODO: Get the version from Cargo.toml? (If possible, at compile time)
pub const SIGI_VERSION: &str = "0.1.4";
pub const SIGI_VERSION: &str = "0.1.5";

const CREATE_ALIASES: [&str; 5] = ["push", "add", "do", "start", "new"];
const COMPLETE_ALIASES: [&str; 3] = ["done", "finish", "fulfill"];
Expand Down

0 comments on commit 334665b

Please sign in to comment.