From 3b8bb5a37ce2d9f286207c1b5c8c1944d1b43491 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Mon, 6 Jan 2025 07:04:38 -0500 Subject: [PATCH] bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c86c3cb..d9075ad 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Wampex.Client.MixProject do def project do [ app: :wampex_client, - version: "0.1.10", + version: "0.2.0", elixir: "~> 1.17", elixirc_options: [warnings_as_errors: true], start_permanent: Mix.env() == :prod, -- 2.45.3