Skip to content

Commit da51970

Browse files
committed
Bump version to 0.4.0
1 parent 43c45c0 commit da51970

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": "workout-cli",
3-
"version": "0.2.0",
3+
"version": "0.4.0",
44
"description": "Workout CLI",
55
"type": "module",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const program = new Command();
2525
program
2626
.name('workout')
2727
.description('CLI for tracking workouts, managing exercises, and querying training history')
28-
.version('0.3.0')
28+
.version('0.4.0')
2929
.option('-p, --profile <name>', 'User profile to use');
3030

3131
function getProfile(): string | undefined {

0 commit comments

Comments
 (0)