We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc4687 commit fe57227Copy full SHA for fe57227
README.md
@@ -15,7 +15,7 @@ The package can be installed by adding `ex_libnice` to your list of dependencies
15
```elixir
16
def deps do
17
[
18
- {:ex_libnice, "~> 0.1.2"}
+ {:ex_libnice, "~> 0.2.0"}
19
]
20
end
21
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExLibnice.MixProject do
2
use Mix.Project
3
4
- @version "0.1.2"
+ @version "0.2.0"
5
@github_url "https://github.com/membraneframework/ex_libnice"
6
7
def project do
0 commit comments