Skip to content

Commit 7428041

Browse files
committed
Bump version..and fix version bump script
1 parent 28296ff commit 7428041

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/djockey.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output_dir:
77
gfm: out/gfm
88

99
project_info:
10-
version: 0.0.2
10+
version: 0.1.0
1111
github_url: https://github.com/irskep/djockey
1212

1313
gfm:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djockey",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"packageManager": "[email protected]",
55
"engines": {
66
"node": ">=17.0.0"

Diff for: scripts/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def main():
4343
f' "version": "{new_version}",',
4444
)
4545
replace_line(
46-
DJOCKEY_YAML, re.compile(r" version: 0.0.1"), f" version: {new_version}"
46+
DJOCKEY_YAML, re.compile(r" version: .*"), f" version: {new_version}"
4747
)
4848

4949

0 commit comments

Comments
 (0)