Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
italankin committed Feb 13, 2020
1 parent 95d633a commit 49f3a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Run `adbc` with `--adbc-version` option:

```sh
$ adbc --adbc-version
adbc version: 1.0.0
adbc version: 1.0.1
Using adb path: /home/user/android-sdk/platform-tools/adb
Android Debug Bridge version 1.0.41
Version 29.0.5-5949299
Expand Down
2 changes: 1 addition & 1 deletion adbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include <ncurses.h>

#define VERSION "1.0.0"
#define VERSION "1.0.1"

#define MAX_LINE_LEN 512
#define ADB_LOCATION "/platform-tools/adb"
Expand Down

0 comments on commit 49f3a48

Please sign in to comment.