From 9389a0617e21dc7d395cd964663cee7f177643b2 Mon Sep 17 00:00:00 2001 From: Karol Konkol Date: Tue, 22 Apr 2025 22:59:17 +0200 Subject: [PATCH] Release 0.2.0 version --- 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 e52caf8..bc8ec01 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.1.0"} + {:fishjam_protos, "~> 0.2.0"} ] end ``` diff --git a/fishjam_protos/mix.exs b/fishjam_protos/mix.exs index 1878896..3ab919b 100644 --- a/fishjam_protos/mix.exs +++ b/fishjam_protos/mix.exs @@ -4,7 +4,7 @@ defmodule FishjamProtos.MixProject do def project do [ app: :fishjam_protos, - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, elixirc_paths: ["lib"],