From 68d49772e7a6f8deb98401417377efa88f46d46f Mon Sep 17 00:00:00 2001 From: mii Date: Tue, 3 Oct 2023 15:15:58 +0000 Subject: [PATCH] update version to 1.7.0 --- Cargo.toml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ab579c..7f8c755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ncb-tts-r2" -version = "1.6.0" +version = "1.7.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 859365c..c203238 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/morioka24/ncb-tts-r2:1.6 + image: ghcr.io/morioka24/ncb-tts-r2:1.7 environment: - NCB_TOKEN=YOUR_BOT_TOKEN - NCB_APP_ID=YOUR_BOT_ID