Skip to content

Commit

Permalink
Merge pull request #3 from abranhe/1.0.1
Browse files Browse the repository at this point in the history
fix pkg name
  • Loading branch information
abranhe authored Nov 9, 2018
2 parents 14278d7 + 01d5e21 commit d9c12f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binary-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main(int argc, char **argv) {

if (argc == 2) {
if (!strcmp(a, "-v") || !strcmp(a, "--version")) {
printf("%s", "1.0.1\n");
printf("%s", "1.0.2\n");
return 0;
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binary.c",
"version": "1.0.1",
"name": "binary",
"version": "1.0.2",
"description": "An small library to work with binary numbers",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit d9c12f4

Please sign in to comment.