summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-16 00:43:45 -0500
committerseth <[email protected]>2023-11-16 00:46:03 -0500
commit63b1ccaa01a75acd310b550084c964b946a66f90 (patch)
treea7eb720e6cf576803f3bc27448ef19ce10e876e1
parentfcf951b7712da947f3bc3a474b04a0b46c287ede (diff)
bump to 1.0.0v1.0.0
-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"