summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-07-31 00:46:19 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-07-31 00:46:19 -0500
commit31ecdb55c774d1d3663a95d1ea3b7858263c033b (patch)
treef718646410e160401b72055678ea671a3149563d /README.md
parentFixes #9 - Implement support for sending/receiving CTCP ACTION command (diff)
Version 0.7.2
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 4df6966..ea60662 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Add ExIrc as a dependency to your project in mix.exs, and add it as an applicati
```elixir
defp deps do
- [{:exirc, "~> 0.7.0"}]
+ [{:exirc, "~> 0.7.2"}]
end
defp application do