Skip to content

Commit

Permalink
Bump version..and fix version bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep committed Aug 30, 2024
1 parent 28296ff commit 7428041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/djockey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output_dir:
gfm: out/gfm

project_info:
version: 0.0.2
version: 0.1.0
github_url: https://github.com/irskep/djockey

gfm:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djockey",
"version": "0.0.4",
"version": "0.1.0",
"packageManager": "[email protected]",
"engines": {
"node": ">=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main():
f' "version": "{new_version}",',
)
replace_line(
DJOCKEY_YAML, re.compile(r" version: 0.0.1"), f" version: {new_version}"
DJOCKEY_YAML, re.compile(r" version: .*"), f" version: {new_version}"
)


Expand Down

0 comments on commit 7428041

Please sign in to comment.