diff --git a/Cargo.lock b/Cargo.lock index f4d0e1a..60ebb69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "gh-stack" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dialoguer", "futures", diff --git a/Cargo.toml b/Cargo.toml index 450a2c9..a968708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gh-stack" -version = "0.1.0" +version = "0.1.1" authors = ["Timothy Andrew "] license = "MIT" repository = "https://github.com/timothyandrew/gh-stack"