summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:21:20 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:21:20 -0400
commiteb7e818676183f3613eba4a19901881baf73bb4a (patch)
tree98551bda6962022d75785470e20c3317ad856ec4 /mix.exs
parentadd a tutorial (diff)
release 0.2.1
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 e062285..2c18851 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.0",
+ version: "0.2.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),