We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402fa7f commit 7c3e9efCopy full SHA for 7c3e9ef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "workout-cli",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "Workout CLI",
5
"type": "module",
6
"bin": {
src/index.ts
@@ -28,7 +28,7 @@ const program = new Command();
28
program
29
.name('workout')
30
.description('CLI for tracking workouts, managing exercises, and querying training history')
31
- .version('0.4.0')
+ .version('0.4.1')
32
.option('-p, --profile <name>', 'User profile to use');
33
34
function getProfile(): string | undefined {
0 commit comments