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 [