From caf8851c0fcd0962e9009a9e28172172732e447c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 15 Apr 2024 15:25:13 +0200 Subject: [PATCH] Bump version to 0.2.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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