Skip to content

Commit ef10bfb

Browse files
committed
Release version 2.2.1
1 parent b17e061 commit ef10bfb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-interactive-rebase-tool"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Tim Oram <dev@mitmaro.ca>"]
55
license = "GPL-3.0-or-later"
66
description = "Full feature terminal based sequence editor for git interactive rebase."
@@ -35,7 +35,7 @@ members = [
3535
]
3636

3737
[dependencies]
38-
girt-core = {version = "2.2.0", path = "src/core"}
38+
girt-core = {version = "2.2.1", path = "src/core"}
3939

4040
[build-dependencies]
4141
rustc_version = "0.4.0"

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "girt-core"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Tim Oram <dev@mitmaro.ca>"]
55
license = "GPL-3.0-or-later"
66
description = "Core modules for git-interactive-rebase-tool"

0 commit comments

Comments
 (0)