summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-20 14:23:33 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-20 14:23:33 -0600
commitc1262d8f47b9fd139ed14b9f4518917960e44535 (patch)
tree7fc6813ed860b16ef0f56e93b5a8fc26faad3093 /mix.exs
parentFix warnings in commands.ex (diff)
Version 0.2.0 - Built for Elixir 0.12.0
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 2c05293..7e32d53 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule ExIrc.Mixfile do
def project do
[ app: :exirc,
- version: "0.1.1",
+ version: "0.2.0",
name: "ExIrc",
source_url: "https://github.com/bitwalker/exirc",
homepage_url: "http://bitwalker.github.io/exirc",