diff --git a/README.md b/README.md index 783da79..dc76b9e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Implementation of the STUN protocol in Elixir - [RFC 8489](https://datatracker.i ```elixir def deps do [ - {:ex_stun, "~> 0.1.0"} + {:ex_stun, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index e3c30c3..2bf351d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExSTUN.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @source_url "https://github.com/elixir-webrtc/ex_stun" def project do