From: Christopher Coté Date: Mon, 6 Jan 2025 12:04:38 +0000 (-0500) Subject: bump version X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=3b8bb5a37ce2d9f286207c1b5c8c1944d1b43491;p=wampex_client.git bump version --- 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,