summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-28 01:10:15 +0100
committerJokler <jokler@protonmail.com>2020-01-28 01:10:15 +0100
commit65d8eff403df3082c99e46eed0b8335579bb3c5e (patch)
tree9594c72be1758ee5630d413b37fe47b13480c979
parentb85ec0cedaf28b5252162b365881520fdb80c452 (diff)
downloadpokebot-0.1.1.tar.gz
pokebot-0.1.1.zip
Bump version to 0.1.1v0.1.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5b8b782..90cca45 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1774,7 +1774,7 @@ checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
[[package]]
name = "pokebot"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"byte-slice-cast",
"futures 0.1.29",
diff --git a/Cargo.toml b/Cargo.toml
index 372e86f..6622793 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pokebot"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Jokler <jokler@protonmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"