Skip to content

Commit

Permalink
Release version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MitMaro committed Oct 13, 2022
1 parent b17e061 commit ef10bfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-interactive-rebase-tool"
version = "2.2.0"
version = "2.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."
Expand Down Expand Up @@ -35,7 +35,7 @@ members = [
]

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

[build-dependencies]
rustc_version = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "girt-core"
version = "2.2.0"
version = "2.2.1"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Core modules for git-interactive-rebase-tool"
Expand Down

0 comments on commit ef10bfb

Please sign in to comment.