Skip to content

Commit

Permalink
bump the packages (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine authored Mar 6, 2024
1 parent 0617648 commit c44b7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/nu-git-manager-sugar/nupm.nuon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: "nu-git-manager-sugar"
version: 0.6.0
version: 0.7.0
description: "A collection of extra Nushell tools to manage `git` repositories."
documentation: "https://github.com/amtoine/nu-git-manager/blob/main/README.md"
maintainers: [
Expand All @@ -9,7 +9,7 @@
]
license: "https://github.com/amtoine/nu-git-manager/blob/main/LICENSE"
dependencies: {
nushell: 0.90.1
nushell: 0.91.0
git: 2.40.1
optionals: {
"sugar gh": {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/nu-git-manager/nupm.nuon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: "nu-git-manager"
version: 0.6.0
version: 0.7.0
description: "A collection of Nushell tools to manage `git` repositories."
documentation: "https://github.com/amtoine/nu-git-manager/blob/main/README.md"
maintainers: [
Expand All @@ -9,7 +9,7 @@
]
license: "https://github.com/amtoine/nu-git-manager/blob/main/LICENSE"
dependencies: {
nushell: 0.90.1
nushell: 0.91.0
git: 2.40.1
}
type: "module"
Expand Down

0 comments on commit c44b7c2

Please sign in to comment.