aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--formats/energymech/Cargo.toml2
-rw-r--r--formats/weechat/Cargo.toml2
-rw-r--r--ops/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44479cd..d0a8e1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "IRC log converter/collector/cruncher"
license = "Apache-2.0"
name = "ilc"
repository = "https://github.com/tilpner/ilc"
-version = "0.2.0"
+version = "0.2.1"
[[bin]]
name = "ilc"
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 62b47b9..e984319 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ilc-cli"
-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/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"
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
index adcbb34..b0b0ce6 100644
--- a/ops/Cargo.toml
+++ b/ops/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ilc-ops"
-version = "0.1.0"
+version = "0.1.1"
description = "IRC log converter/collector/cruncher"
homepage = "https://github.com/tilpner/ilc"
license = "Apache-2.0"