Skip to content

Commit 0ec595c

Browse files
committed
Bump version to 1.2.1
1 parent bd9b626 commit 0ec595c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-interactive-rebase-tool"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Tim Oram <[email protected]>"]
55
license = "GPL-3.0-or-later"
66
description = "Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Git 1.7.8+. Written in Rust using ncurses.
1111
![Git Interactive Rebase Tool](/docs/assets/images/git-interactive-rebase-demo.gif?raw=true)
1212

1313
**This is the documentation for the development build. For the current stable release please use the
14-
[1.2.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.2.0/README.md).**
14+
[1.2.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.2.1/README.md).**
1515

1616
## Install
1717

0 commit comments

Comments
 (0)