diff --git a/README.md b/README.md index e05e929..31603c0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ as WebRTC multiplexes traffic on a single socket but PRs are welcomed ```elixir def deps do [ - {:ex_ice, "~> 0.8.2"} + {:ex_ice, "~> 0.8.3"} ] end ``` diff --git a/mix.exs b/mix.exs index ca96c58..2c2031e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExICE.MixProject do use Mix.Project - @version "0.8.2" + @version "0.8.3" @source_url "https://github.com/elixir-webrtc/ex_ice" def project do