summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-11-07 22:05:04 -0500
committerHubert Chathi <hubert@uhoreg.ca>2020-11-07 22:05:04 -0500
commit9036321dfaa8db84689c088fb48d85e9859967fc (patch)
treec509732e1e45d51f1f87e964c14fab923fe658dc /mix.exs
parentadd support for proxies, SSL options, and following redirects (diff)
release 0.3.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 817673d..f3aa38d 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.3.0",
+ version: "0.3.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),