From c92d30da973412ae78e6a8feed8627cace4c3e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Ro=C5=BCnawski?= Date: Fri, 10 Apr 2026 11:17:56 +0200 Subject: [PATCH] bump 0.26.1 --- fishjam_protos/README.md | 2 +- fishjam_protos/mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fishjam_protos/README.md b/fishjam_protos/README.md index ed1879e..95d8253 100644 --- a/fishjam_protos/README.md +++ b/fishjam_protos/README.md @@ -9,7 +9,7 @@ The package can be installed by adding `fishjam_protos` to your list of dependen ```elixir def deps do [ - {:fishjam_protos, "~> 0.26.0"} + {:fishjam_protos, "~> 0.26.1"} ] end ``` diff --git a/fishjam_protos/mix.exs b/fishjam_protos/mix.exs index b4fb78a..6f00211 100644 --- a/fishjam_protos/mix.exs +++ b/fishjam_protos/mix.exs @@ -1,7 +1,7 @@ defmodule FishjamProtos.MixProject do use Mix.Project - @release_version "0.26.0" + @release_version "0.26.1" def project do [