From 4a545107be782b4ed210052bffaded66cea03e95 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 6 Oct 2024 18:13:47 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7da8ac..df0e88d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "mufbot-dc" -version = "0.1.9" +version = "0.1.10" dependencies = [ "chrono", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index 0b9bfd8..57dd587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mufbot-dc" -version = "0.1.9" +version = "0.1.10" edition = "2021" license = "MIT" authors = ["gamersi ", "xyloflake "]