]> Entropealabs - wampex_client.git/commitdiff
bump version
authorChristopher Coté <chris@entropealabs.com>
Wed, 24 Nov 2021 16:09:13 +0000 (11:09 -0500)
committerChristopher Coté <chris@entropealabs.com>
Wed, 24 Nov 2021 16:09:13 +0000 (11:09 -0500)
mix.exs

diff --git a/mix.exs b/mix.exs
index a7b4cf0de65573b0ec80105e00d2949caf0a3d75..7b7f8b47b8e2860eb40c45ebe3f998691379526b 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.6",
+      version: "0.1.7",
       elixir: "~> 1.9",
       start_permanent: Mix.env() == :prod,
       elixirc_paths: elixirc_paths(Mix.env()),