summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-06-15 23:30:47 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-06-15 23:30:47 -0400
commitbb6a787bc11b33bd5302445bc7ce8e26044d6df9 (patch)
tree9d33e6b3c85c5450bfda67fe758df6d7a521ed74 /mix.exs
parentfix calls to send (diff)
edit changelog and bump version
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e6da131..f6efbc5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@ defmodule PolyjuiceClient.MixProject do
[
app: :polyjuice_client,
description: "Client library for the Matrix.org communications protocol",
- version: "0.2.2",
+ version: "0.2.3",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),