Skip to content

Commit d9c12f4

Browse files
authored
Merge pull request #3 from abranhe/1.0.1
fix pkg name
2 parents 14278d7 + 01d5e21 commit d9c12f4

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.1\n");
43+
printf("%s", "1.0.2\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
{
2-
"name": "binary.c",
3-
"version": "1.0.1",
2+
"name": "binary",
3+
"version": "1.0.2",
44
"description": "An small library to work with binary numbers",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)