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