From f1486ead5841ffbf5ef0d1db3a0c13034287c590 Mon Sep 17 00:00:00 2001 From: Release Automation Bot Date: Thu, 9 Apr 2026 15:54:34 +0000 Subject: [PATCH] chore: bump version to 0.27.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 ed1879e..a950377 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.27.0"} ] end ``` diff --git a/fishjam_protos/mix.exs b/fishjam_protos/mix.exs index b4fb78a..a06bc24 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.27.0" def project do [