From e888cc5abd351cf1a3e0a3983a3673900b1559a8 Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Mon, 7 Nov 2016 10:53:58 -0600 Subject: Version 1.0.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 46719e8..e5a132f 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExIrc.Mixfile do def project do [ app: :exirc, - version: "0.11.0", + version: "1.0.0", elixir: "~> 1.0", description: "An IRC client library for Elixir.", package: package, -- cgit v1.2.3