Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asabil committed Sep 15, 2020
1 parent 1259c9c commit a812124
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ you can add the following to your `rebar.config`:

```erlang
{deps, [
{alsa, "0.2.2"}
{alsa, "0.2.3"}
]}.
```

Expand Down
5 changes: 5 additions & 0 deletions src/alsa.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
{licenses, ["Apache 2.0"]},
{links, [
{"GitHub", "https://github.com/kopera/erlang-alsa"}
]},
{exclude_files, [
"c_src/mixer/_build/",
"c_src/mixer/env.mk",
"c_src/nif/env.mk"
]}
]}.

0 comments on commit a812124

Please sign in to comment.