diff --git a/Cargo.lock b/Cargo.lock index b1173d2..997ef0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -533,7 +533,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "ji" -version = "1.1.0" +version = "1.1.4" dependencies = [ "anyhow", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index 0fb75bc..5d1c3e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ji" -version = "1.1.0" +version = "1.1.4" authors = ["Keir Lawson "] description = "Simple CLI for getting the key for a selected JIRA issue" license = "MIT OR Apache-2.0"