]> Entropealabs - wampex_client.git/commitdiff
bump version 5/head
authorChristopher Coté <chris@entropealabs.com>
Mon, 6 Jan 2025 12:04:38 +0000 (07:04 -0500)
committerChristopher Coté <chris@entropealabs.com>
Mon, 6 Jan 2025 12:04:38 +0000 (07:04 -0500)
mix.exs

diff --git a/mix.exs b/mix.exs
index c86c3cbcbff32a1e76b936f6450dea57889a4925..d9075ad079ba891188fa2c0ff802c9b3c6de6ad6 100644 (file)
--- 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,