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