Skip to content

Commit

Permalink
bump: version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 7, 2021
1 parent 525aee2 commit f0d349d
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.1.1
current_version = 0.2.0
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 @@ -30,7 +30,7 @@ Currently, it have only to output .gitignore contents from templates by argument

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

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

version = "0.1.1"
version = "0.2.0"
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.1.1"
PKG_VERSION* = "0.2.0"

0 comments on commit f0d349d

Please sign in to comment.