summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentadd support for proxies, SSL options, and following redirects (diff)
release 0.3.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c1684e5..03d3bab 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Polyjuice Client
-Polyjuice Client is a [Matrix](https://matrix.org/) client library.
+Polyjuice Client is a [Matrix](https://matrix.org/) client library. Also check
+out [Polyjuice Util](https://hex.pm/packages/polyjuice_util/) for more functions.
## Installation
@@ -10,7 +11,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
- {:polyjuice_client, "~> 0.3.0"}
+ {:polyjuice_client, "~> 0.3.1"}
]
end
```