Skip to content

Commit 7c3e9ef

Browse files
committed
Bump version to 0.4.1
1 parent 402fa7f commit 7c3e9ef

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.4.0",
3+
"version": "0.4.1",
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
@@ -28,7 +28,7 @@ const program = new Command();
2828
program
2929
.name('workout')
3030
.description('CLI for tracking workouts, managing exercises, and querying training history')
31-
.version('0.4.0')
31+
.version('0.4.1')
3232
.option('-p, --profile <name>', 'User profile to use');
3333

3434
function getProfile(): string | undefined {

0 commit comments

Comments
 (0)