From 858d2f53ed9f3c9d630b4da27ac2681d295bab58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Sat, 24 Aug 2024 19:29:58 +0200 Subject: [PATCH] Bump version to 0.4.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e699bea2..882c6e12 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 cd6ffd20..dda7bb08 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