From b18a5fe11c81b2dc1fb46a10f19bd4482ad1d382 Mon Sep 17 00:00:00 2001 From: Karol Konkol Date: Mon, 14 Jul 2025 15:54:41 +0200 Subject: [PATCH] Release v0.13.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff24fd8..628b0d6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ as WebRTC multiplexes traffic on a single socket but PRs are welcomed ```elixir def deps do [ - {:ex_ice, "~> 0.12.0"} + {:ex_ice, "~> 0.13.0"} ] end ``` diff --git a/mix.exs b/mix.exs index e1d28d9..6c4ca56 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExICE.MixProject do use Mix.Project - @version "0.12.0" + @version "0.13.0" @source_url "https://github.com/elixir-webrtc/ex_ice" def project do