Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 4b725e0

Browse files
committed
Bump version
1 parent de7e0ca commit 4b725e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/codacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
});
1313

1414
program
15-
.version('0.0.1')
15+
.version('0.0.2')
1616
.usage('[options]')
1717
.option('-f, --format [value]', 'Coverage input format')
1818
.option('-t, --token [value]', 'Set Token')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codacy",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Code Coverage reporter for Codacy",
55
"keywords": [
66
"codacy",

0 commit comments

Comments
 (0)