Skip to content

Commit 37b0d66

Browse files
author
Nikita Filonov
committed
up version
1 parent 14248b3 commit 37b0d66

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.21.0",
3+
"version": "0.22.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.21.0');
10+
.version('0.22.0');
1111

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

0 commit comments

Comments
 (0)