From 0ec595cee2bb34854367629496bf5eceb9385b54 Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Sun, 26 Jan 2020 21:55:23 -0330 Subject: Bump version to 1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34d97cd..066f9f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "git-interactive-rebase-tool" -version = "1.2.0" +version = "1.2.1" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1a7f837..5f61723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-interactive-rebase-tool" -version = "1.2.0" +version = "1.2.1" authors = ["Tim Oram "] license = "GPL-3.0-or-later" description = "Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses." diff --git a/README.md b/README.md index d4b268a..d730a1b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Git 1.7.8+. Written in Rust using ncurses. ![Git Interactive Rebase Tool](/docs/assets/images/git-interactive-rebase-demo.gif?raw=true) **This is the documentation for the development build. For the current stable release please use the -[1.2.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.2.0/README.md).** +[1.2.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.2.1/README.md).** ## Install -- cgit v1.2.3