summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 750079b..5211b99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1487,7 +1487,7 @@ dependencies = [
[[package]]
name = "teawiebot"
-version = "0.1.0"
+version = "1.0.0"
dependencies = [
"bottomify",
"dotenvy",
diff --git a/Cargo.toml b/Cargo.toml
index 015287d..677d567 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "teawiebot"
-version = "0.1.0"
+version = "1.0.0"
edition = "2021"
repository = "https://github.com/getchoo/teawieBot"
license = "MIT"