summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-04-30 17:57:30 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-04-30 17:57:30 -0400
commit4b11ca8686e9eda51ae024646d0d159e889cfda6 (patch)
tree4df739d8568850f89c99274db42e76909493a3d1 /mix.exs
parenttest message streaming (diff)
release 0.2.2
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 8bee62b..e6da131 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.1",
+ version: "0.2.2",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),