diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-04-30 17:57:30 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-04-30 17:57:30 -0400 |
commit | 4b11ca8686e9eda51ae024646d0d159e889cfda6 (patch) | |
tree | 4df739d8568850f89c99274db42e76909493a3d1 | |
parent | test message streaming (diff) |
release 0.2.2
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |