Skip to content

Commit ecf2100

Browse files
committed
Release 0.2.1
1 parent 377b730 commit ecf2100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You need to add `usb` as a dependency to your project. If you are using `rebar3`
1717

1818
```erlang
1919
{deps, [
20-
{usb, "0.2.0"}
20+
{usb, "0.2.1"}
2121
]}.
2222
```
2323

src/usb.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, usb, [
22
{description, "Erlang USB interface"},
3-
{vsn, "git"},
3+
{vsn, "0.2.1"},
44
{applications, [
55
kernel,
66
stdlib

0 commit comments

Comments
 (0)