diff --git a/README.md b/README.md index ff24fd8..628b0d6 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.12.0"} + {:ex_ice, "~> 0.13.0"} ] end ``` diff --git a/mix.exs b/mix.exs index e1d28d9..6c4ca56 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExICE.MixProject do use Mix.Project - @version "0.12.0" + @version "0.13.0" @source_url "https://github.com/elixir-webrtc/ex_ice" def project do