Skip to content

Commit

Permalink
build: implement version minor (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Feb 7, 2021
1 parent 5f42b9f commit f2c0148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luismayta/zsh-vscodium",
"version": "0.0.0",
"version": "0.1.0",
"description": "zsh-vscodium for zsh",
"repository": "ssh://[email protected]/luismayta/zsh-vscodium.git",
"author": "Luis Mayta <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
files = package.json
commit = False
tag = False
current_version = 0.3.0
current_version = 0.1.0

[bumpversion:file:setup.cfg]
search = {current_version}
Expand Down

0 comments on commit f2c0148

Please sign in to comment.