diff options
author | Till Höppner | 2016-02-25 18:15:46 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-25 18:15:46 +0100 |
commit | 11c4fdc0feb9261cc7222c7ed9b391219c923784 (patch) | |
tree | ab6ef73b11acd26b7fbdc0819d500dad553e5b12 /formats | |
parent | 94d52ae7e66d352dc27d2522f57b1bc3bd755779 (diff) | |
download | ilc-0.2.1.tar.gz ilc-0.2.1.tar.xz ilc-0.2.1.zip |
Bump versions for publishv0.2.1
Diffstat (limited to 'formats')
-rw-r--r-- | formats/energymech/Cargo.toml | 2 | ||||
-rw-r--r-- | formats/weechat/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/formats/energymech/Cargo.toml b/formats/energymech/Cargo.toml index c450b02..09e41b1 100644 --- a/formats/energymech/Cargo.toml +++ b/formats/energymech/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ilc-format-energymech" -version = "0.1.0" +version = "0.1.1" description = "IRC log converter/collector/cruncher" homepage = "https://github.com/tilpner/ilc" license = "Apache-2.0" diff --git a/formats/weechat/Cargo.toml b/formats/weechat/Cargo.toml index 2a7af9e..5079d50 100644 --- a/formats/weechat/Cargo.toml +++ b/formats/weechat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ilc-format-weechat" -version = "0.1.0" +version = "0.1.1" description = "IRC log converter/collector/cruncher" homepage = "https://github.com/tilpner/ilc" license = "Apache-2.0" |