Skip to content

Commit c7e8ff9

Browse files
authored
Merge pull request #5 from abranhe/1.0.3
tryting to fix #4
2 parents d9c12f4 + e08f376 commit c7e8ff9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

binary-cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ main(int argc, char **argv) {
4040

4141
if (argc == 2) {
4242
if (!strcmp(a, "-v") || !strcmp(a, "--version")) {
43-
printf("%s", "1.0.2\n");
43+
printf("%s", "1.0.3\n");
4444
return 0;
4545
}
4646

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binary",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An small library to work with binary numbers",
55
"license": "MIT",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
"cli",
1111
"binary"
1212
],
13-
"repo": "abranhe/binary.c",
13+
"repo": "abranhe/binary",
1414
"dependencies": {
1515
"abranhe/binary.c": "1.0.0"
1616
},

0 commit comments

Comments
 (0)