Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Jun 27, 2024
1 parent 4132d80 commit d005c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
tag = True
commit = True
current_version = 0.0.0
current_version = 0.1.0

[bumpversion:file:package.json]
search = "version": "{current_version}"
replace = "version": "{new_version}"

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pact",
"description": "Promise collection transformers.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Joel Lefkowitz",
"repository": "https://github.com/joellefkowitz/pact",
Expand Down

0 comments on commit d005c4e

Please sign in to comment.