Skip to content

Commit 56d07d1

Browse files
author
Nikita Filonov
committed
update version
1 parent ea48a4e commit 56d07d1

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": "ui-coverage-tool-js",
3-
"version": "0.27.0",
3+
"version": "0.29.0",
44
"type": "module",
55
"files": [
66
"dist",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const program = new Command();
77
program
88
.name('ui-coverage-tool')
99
.description('UI Coverage CLI Tool')
10-
.version('0.27.0');
10+
.version('0.29.0');
1111

1212
program
1313
.command('save-report')

0 commit comments

Comments
 (0)