Bumped version number to 0.8.1 with updated documentation links.

This commit is contained in:
Aaron Weiss 2015-01-13 03:37:58 -05:00
parent 2a8170b3ba
commit b27f1cb03c
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
[package]
name = "irc"
version = "0.8.0"
version = "0.8.1"
description = "A simple, thread-safe IRC client library."
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
license = "Unlicense"
keywords = ["irc", "client", "thread-safe"]
documentation = "http://www.rust-ci.org/aatxe/irc/doc/irc/"
documentation = "http://aatxe.github.io/irc/irc/"
repository = "https://github.com/aatxe/irc"
readme = "README.md"

View file

@ -2,7 +2,7 @@
A thread-safe IRC library in Rust. The client portion is compliant with
[RFC 2812](http://tools.ietf.org/html/rfc2812) and includes some additional, common features. The
server portion is still a work in progress. You can find up-to-date, ready-to-use documentation
online [here](http://www.rust-ci.org/aatxe/irc/doc/irc/). The documentation is generated with the
online [here](http://aatxe.github.io/irc/irc/). The documentation is generated with the
default features. These are, however, strictly optional and can be disabled accordingly.
## Getting Started ##