]> Entropealabs - wampex_client.git/commitdiff
bump version
authorChristopher Coté <chris@entropealabs.com>
Wed, 15 Jun 2022 17:41:26 +0000 (13:41 -0400)
committerChristopher Coté <chris@entropealabs.com>
Wed, 15 Jun 2022 17:41:26 +0000 (13:41 -0400)
mix.exs

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