]> Entropealabs - wampex_client.git/commitdiff
bump version
authorChristopher Coté <chris@entropealabs.com>
Fri, 3 Dec 2021 19:01:50 +0000 (14:01 -0500)
committerChristopher Coté <chris@entropealabs.com>
Fri, 3 Dec 2021 19:01:50 +0000 (14:01 -0500)
mix.exs

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