Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhminhtriet committed Nov 28, 2024
1 parent d26a6f7 commit bfa83c7
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 bin/gitmgr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitmgr"
version = "0.1.5"
version = "0.1.6"

categories = ["command-line-utilities", "command-line-interface"]
description = "gitmgr: A command-line tool to organize, monitor, and sync multiple Git repositories with ease."
Expand All @@ -14,7 +14,7 @@ license.workspace = true
repository.workspace = true

[dependencies]
libgitmgr = { version = "0.1.5", path = "../../lib/libgitmgr" }
libgitmgr = { version = "0.1.6", path = "../../lib/libgitmgr" }

anyhow = { workspace = true }
clap = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/libgitmgr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libgitmgr"
version = "0.1.5"
version = "0.1.6"

categories = ["development-tools"]
description = "Provides the ability to find a minimal set of user-relevant information for Git repositories on a local filesystem."
Expand Down

0 comments on commit bfa83c7

Please sign in to comment.