Skip to content

Commit 7957fec

Browse files
committed
build: implement minor version 0.4.0
1 parent bad23e1 commit 7957fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadenlabs/zsh-flutter",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "hadenlabs/zsh-flutter for zsh",
55
"repository": "ssh://git@github.com/hadenlabs/zsh-flutter.git",
66
"author": "Luis Mayta <slovacus@gmail.com>",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
files = package.json
33
commit = False
44
tag = False
5-
current_version = 0.1.1
5+
current_version = 0.4.0
66

77
[bumpversion:file:setup.cfg]
88
search = {current_version}

0 commit comments

Comments
 (0)