From 7f8ab7948e983cbe01158261b7d5e787f275abf1 Mon Sep 17 00:00:00 2001 From: Release Automation Bot Date: Wed, 13 May 2026 08:40:08 +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 95d8253..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.1"} + {:fishjam_protos, "~> 0.27.0"} ] end ``` diff --git a/fishjam_protos/mix.exs b/fishjam_protos/mix.exs index 6f00211..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.1" + @release_version "0.27.0" def project do [