summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2020-01-26 21:55:23 -0330
committerTim Oram <dev@mitmaro.ca>2020-01-26 22:21:07 -0330
commit0ec595cee2bb34854367629496bf5eceb9385b54 (patch)
tree05df365e34f803d53728dbb95cf318b7e3dfffbb
parentbd9b62666eee22d6548bbee95f71282b6b4942c4 (diff)
Bump version to 1.2.11.2.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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 <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."
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