aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-11-16 02:51:51 +0100
committerJokler <jokler.contact@gmail.com>2017-11-16 02:51:51 +0100
commitb8c25860ad769a466e7c50bbbb51b653dd55ccfb (patch)
treeb06e3bd122f5da69a7418c94e2a07fb4a529f897
parente591ce43d3f9b85572f7ca179799fd6c3191f3ab (diff)
downloadfrippy-b8c25860ad769a466e7c50bbbb51b653dd55ccfb.tar.gz
frippy-b8c25860ad769a466e7c50bbbb51b653dd55ccfb.zip
Bump version to 0.3.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--configs/config.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8fe0acc..a721a1d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -274,7 +274,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "frippy"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"clippy 0.0.166 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 4c6928e..eecfa86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "frippy"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Jokler <jokler.contact@gmail.com>"]
repository = "https://github.com/Mavulp/frippy"
readme = "README.md"
diff --git a/configs/config.toml b/configs/config.toml
index 510e1ae..5ad66e2 100644
--- a/configs/config.toml
+++ b/configs/config.toml
@@ -12,7 +12,7 @@ encoding = "UTF-8"
channels = ["#frippy"]
umodes = "+B"
user_info = "IRC Bot"
-version = "frippy v0.3.0"
+version = "frippy v0.3.1"
source = "https://github.com/Mavulp/frippy"
#ping_time = 180
#ping_timeout = 10