Skip to content

Commit

Permalink
bump: version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 14, 2021
1 parent a9ff4af commit f68a831
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently, it have only to output .gitignore contents from templates by argument

```sh
$ gigi nim
### GIGI version 0.2.0
### GIGI version 0.2.1
### command with: nim

### Nim ###
Expand Down
2 changes: 1 addition & 1 deletion gigi.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import

# Package

version = "0.2.0"
version = "0.2.1"
author = "Kazuya Takei"
description = "GitIgnore Generation Interface"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gigipkg/info.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Information consts
const
PKG_NAME* = "GIGI"
PKG_VERSION* = "0.2.0"
PKG_VERSION* = "0.2.1"

0 comments on commit f68a831

Please sign in to comment.