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 da41ae5 commit 3773006Copy full SHA for 3773006
README.md
@@ -27,7 +27,7 @@ as WebRTC multiplexes traffic on a single socket but PRs are welcomed
27
```elixir
28
def deps do
29
[
30
- {:ex_ice, "~> 0.2.0"}
+ {:ex_ice, "~> 0.3.0"}
31
]
32
end
33
```
mix.exs
@@ -1,13 +1,13 @@
1
defmodule ExICE.MixProject do
2
use Mix.Project
3
4
- @version "0.2.0"
+ @version "0.3.0"
5
@source_url "https://github.com/elixir-webrtc/ex_ice"
6
7
def project do
8
9
app: :ex_ice,
10
- version: "0.2.0",
+ version: @version,
11
elixir: "~> 1.13",
12
start_permanent: Mix.env() == :prod,
13
description: "Implementation of trickle ICE protocol",
0 commit comments