Skip to content

Commit 5649e72

Browse files
committed
Version 0.7.0
1 parent 05fb630 commit 5649e72

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,17 @@ with.
1313

1414
## Status
1515

16-
[![wercker
17-
status](https://app.wercker.com/status/236e4911da7c4575c49b1b20b9ec775d/m/
18-
"wercker
19-
status")](https://app.wercker.com/project/bykey/236e4911da7c4575c49b1b20b9ec775d)
16+
[![Build Status](https://travis-ci.org/bitwalker/exirc.svg?branch=0.7.0)](https://travis-ci.org/bitwalker/exirc)
2017

2118
Alpha. The API is complete and everything is implemented, but little testing has been done (I've tested the API against my own local IRC server, but nothing robust enough to call this production ready). Any bugs you find, please report them in the issue tracker and I'll address them as soon as possible. If you have any questions, or if the documentation seems incomplete, let me know and I'll fill it in.
2219

2320
## Getting Started
2421

25-
If you use expm, the ExIrc package is available
26-
[here](http://expm.co/exirc).
27-
2822
Add ExIrc as a dependency to your project in mix.exs, and add it as an application:
2923

3024
```elixir
3125
defp deps do
32-
[{:exirc, "~> 0.4.0"}]
26+
[{:exirc, "~> 0.7.0"}]
3327
end
3428

3529
defp application do

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ defmodule ExIrc.Mixfile do
33

44
def project do
55
[ app: :exirc,
6-
version: "0.6.0",
7-
elixir: "~> 0.14.1",
6+
version: "0.7.0",
7+
elixir: "~> 0.14.3",
88
description: "An IRC client library for Elixir.",
99
package: package,
1010
deps: [] ]

0 commit comments

Comments
 (0)