We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377b730 commit ecf2100Copy full SHA for ecf2100
README.md
@@ -17,7 +17,7 @@ You need to add `usb` as a dependency to your project. If you are using `rebar3`
17
18
```erlang
19
{deps, [
20
- {usb, "0.2.0"}
+ {usb, "0.2.1"}
21
]}.
22
```
23
src/usb.app.src
@@ -1,6 +1,6 @@
1
{application, usb, [
2
{description, "Erlang USB interface"},
3
- {vsn, "git"},
+ {vsn, "0.2.1"},
4
{applications, [
5
kernel,
6
stdlib
0 commit comments