From 5d790ae52c38a50619463c8e58148607e88fe1b2 Mon Sep 17 00:00:00 2001 From: Release Automation Bot Date: Thu, 5 Mar 2026 09:47:47 +0000 Subject: [PATCH] chore: bump version to 0.26.0 --- 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 a8c1694..ed1879e 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.25.0"} + {:fishjam_protos, "~> 0.26.0"} ] end ``` diff --git a/fishjam_protos/mix.exs b/fishjam_protos/mix.exs index 129179c..b4fb78a 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.25.0" + @release_version "0.26.0" def project do [