From 599b7fb0d1bca3f27abac75b255db3235386537a Mon Sep 17 00:00:00 2001 From: mii443 Date: Sun, 27 Apr 2025 17:17:44 +0900 Subject: [PATCH] v1.10.1 --- Cargo.toml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 52573b3..27e3246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ncb-tts-r2" -version = "1.9.2" +version = "1.10.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/docker-compose.yml b/docker-compose.yml index 8115fc7..1bc32b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: ncb-tts-r2: container_name: ncb-tts-r2 - image: ghcr.io/mii443/ncb-tts-r2:1.9.2 + image: ghcr.io/mii443/ncb-tts-r2:1.10.1 environment: - NCB_TOKEN=YOUR_BOT_TOKEN - NCB_APP_ID=YOUR_BOT_ID