summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-09-21 23:45:11 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-09-21 23:45:11 -0400
commit957e1170b6ba43caa740532d30693e89fca4aa3a (patch)
tree3810157158dbc9e573f4ef6178fdcc8e811a5014 /mix.exs
parentadd functions for leaving/forgetting rooms (diff)
release 0.3.0
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 edd3363..817673d 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.3",
+ version: "0.3.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),