summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentadd functions for leaving/forgetting rooms (diff)
release 0.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fb33d3..c1684e5 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
- {:polyjuice_client, "~> 0.1.0"}
+ {:polyjuice_client, "~> 0.3.0"}
]
end
```