From 67435c5db27194af5f56e1c811bc698b42424d05 Mon Sep 17 00:00:00 2001 From: Timothy Andrew Date: Wed, 17 Jun 2020 17:12:12 +0530 Subject: [PATCH] version bump for autorebase --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"