summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-04-22 22:52:41 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-04-22 22:52:41 -0500
commita24721df9f3c1fbc06c7ddaabba77274b68f3ccd (patch)
treeb09b3e89ec28eb25acc3c0e5f29df832b1b024e2 /mix.exs
parentAdd hex.pm metadata (diff)
Version 0.3.2
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 5233c18..a13c9cc 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule ExIrc.Mixfile do
def project do
[ app: :exirc,
- version: "0.3.1",
+ version: "0.3.2",
description: "An IRC client library for Elixir.",
deps: [] ]
end