From 4630883b28f78b82fd032ed12f666759f58f8ec7 Mon Sep 17 00:00:00 2001 From: mii Date: Sat, 30 Sep 2023 10:55:57 +0000 Subject: [PATCH] Update version --- Cargo.toml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ea49bf..0ab579c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ncb-tts-r2" -version = "1.5.1" +version = "1.6.0" 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 f61b958..859365c 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/morioka22/ncb-tts-r2:1.2 + image: ghcr.io/morioka24/ncb-tts-r2:1.6 environment: - NCB_TOKEN=YOUR_BOT_TOKEN - NCB_APP_ID=YOUR_BOT_ID