diff options
author | Till Hoeppner | 2015-05-04 20:12:44 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-05-04 20:12:44 +0200 |
commit | f3f58e1770d1f2ae9fe69415376690125e3c8269 (patch) | |
tree | 58c0cb05d40783db36dec903cc6ea5908cea366a /Cargo.toml | |
parent | e1d4270acbb12306f5e30927b4f05ff2ff6c6937 (diff) | |
download | irsc-f3f58e1770d1f2ae9fe69415376690125e3c8269.tar.gz irsc-f3f58e1770d1f2ae9fe69415376690125e3c8269.tar.xz irsc-f3f58e1770d1f2ae9fe69415376690125e3c8269.zip |
Bump version
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "irsc" -version = "0.1.0" +version = "0.1.1" authors = ["Till Hoeppner <till@hoeppner.ws>"] description = "A lightweight library for building IRC bots." documentation = "https://tilpner.github.io/irsc" |