aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Hoeppner2014-12-26 15:12:08 +0100
committerTill Hoeppner2014-12-26 15:12:08 +0100
commit326b5d9d96a5f45fa8b371f2a78394bcd87030e0 (patch)
tree5e42217556fdd5d2b104da0d5f5406f714f94720
parentd8c9a734419fdfb3ef54bba467f899e09533b3c6 (diff)
downloadirsc-326b5d9d96a5f45fa8b371f2a78394bcd87030e0.tar.gz
irsc-326b5d9d96a5f45fa8b371f2a78394bcd87030e0.tar.xz
irsc-326b5d9d96a5f45fa8b371f2a78394bcd87030e0.zip
Bump version and re-change license.
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2e6bbb9..f3d1253 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "irsc"
-version = "0.0.1"
+version = "0.0.3"
authors = ["Till Hoeppner <hoeppner.till@gmail.com>"]
description = "A lightweight library for building IRC bots."
repository = "https://github.com/hoeppnertill/irsc"
-keywords = ["irc", "internet", "protocol", "useless tags"]
-license = "No decision yet."
+keywords = ["irc", "internet", "protocol"]
+license = "WTFPL"