]> Entropealabs - wampex_client.git/commitdiff
update erlang and elixir version, bump version
authorChristopher Coté <chris@entropealabs.com>
Thu, 20 Jul 2023 15:52:18 +0000 (11:52 -0400)
committerChristopher Coté <chris@entropealabs.com>
Thu, 20 Jul 2023 15:52:18 +0000 (11:52 -0400)
.tool-versions
mix.exs

index df5f7db1bfa8e1d150a962eaed114ef7f120e22b..19a6a0f967304b4910b76f6d6e062567f4c8edf0 100644 (file)
@@ -1,2 +1,2 @@
-elixir 1.12.3-otp-24
-erlang 24.0.6
+elixir 1.13.4-otp-25
+erlang 25.0.2
diff --git a/mix.exs b/mix.exs
index e65411bfed3a847bcbc5fb3a06bf292e49b21102..e44a15fed0043de18eeeaaee2e555d337dcfed0a 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.9",
+      version: "0.1.10",
       elixir: "~> 1.9",
       start_permanent: Mix.env() == :prod,
       elixirc_paths: elixirc_paths(Mix.env()),