diff options
author | Tim Oram <dev@mitmaro.ca> | 2020-01-26 21:55:23 -0330 |
---|---|---|
committer | Tim Oram <dev@mitmaro.ca> | 2020-01-26 22:21:07 -0330 |
commit | 0ec595cee2bb34854367629496bf5eceb9385b54 (patch) | |
tree | 05df365e34f803d53728dbb95cf318b7e3dfffbb | |
parent | bd9b62666eee22d6548bbee95f71282b6b4942c4 (diff) |
Bump version to 1.2.11.2.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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)", @@ -1,6 +1,6 @@ [package] name = "git-interactive-rebase-tool" -version = "1.2.0" +version = "1.2.1" authors = ["Tim Oram <dev@mitmaro.ca>"] license = "GPL-3.0-or-later" description = "Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses." @@ -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 |