From a98b0ca5e6ccafc64e6f1076dee30cead696bbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Thu, 10 Oct 2024 13:48:42 +0200 Subject: [PATCH] Bump version to 0.6.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dbf2f0..b0339d9 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.6.0"} + {:ex_webrtc, "~> 0.6.1"} ] end ``` diff --git a/mix.exs b/mix.exs index ae50917..3fe9629 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExWebRTC.MixProject do use Mix.Project - @version "0.6.0" + @version "0.6.1" @source_url "https://github.com/elixir-webrtc/ex_webrtc" def project do