diff options
author | Till Hoeppner | 2015-04-30 17:04:30 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-04-30 17:04:30 +0200 |
commit | 4a092fd5ecccd1822c33702663701ad63953aa54 (patch) | |
tree | cb30ff67b7c0e1458466ca99b14c5874a0d03e4c /Cargo.toml | |
parent | 2db203d3c275626c65fb5f0a552ffc6e5a3f4bf8 (diff) | |
download | irsc-4a092fd5ecccd1822c33702663701ad63953aa54.tar.gz irsc-4a092fd5ecccd1822c33702663701ad63953aa54.tar.xz irsc-4a092fd5ecccd1822c33702663701ad63953aa54.zip |
Bump version, although this isn't "final"
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.0.3" +version = "0.1.0" authors = ["Till Hoeppner <till@hoeppner.ws>"] description = "A lightweight library for building IRC bots." documentation = "https://tilpner.github.io/irsc" |