diff --git a/README.md b/README.md index e699bea..882c6e1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `ex_webrtc` to the list of dependencies in `mix.exs` ```elixir def deps do [ - {:ex_webrtc, "~> 0.4.0"} + {:ex_webrtc, "~> 0.4.1"} ] end ``` diff --git a/mix.exs b/mix.exs index cd6ffd2..dda7bb0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExWebRTC.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" @source_url "https://github.com/elixir-webrtc/ex_webrtc" def project do