Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nirokay committed Nov 3, 2023
1 parent 1de2d11 commit 6c2aeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitman.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "2.1.0"
version = "2.1.1"
author = "nirokay"
description = "A git-repo manager that lets you easily update multiple git repositories in a specified directory."
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/globals.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ from std/os import commandLineParams

const
PROJECT_NAME*: string = "gitman"
PROJECT_VERSION*: string = "2.1.0"
PROJECT_VERSION*: string = "2.1.1"
PROJECT_WEBSITE*: string = "https://github.com/nirokay/gitman/"
PROJECT_DESCRIPTION*: string = "A git-repo manager that lets you easily update multiple git repositories in a specified directory."
PROJECT_AUTHORS*: seq[string] = @["nirokay"]
Expand Down

0 comments on commit 6c2aeb0

Please sign in to comment.