From 2875fb0479146014c48c2b0b3be8eea4a08bd5e8 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Mon, 20 May 2024 21:59:23 +0900 Subject: [PATCH] Update: v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/routes/info.rs | 17 ++++++++++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6acacce..146a375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aivoice-vox" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 6160010..4917a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aivoice-vox" -version = "0.1.0" +version = "0.1.1" edition = "2021" build = "build.rs" diff --git a/src/routes/info.rs b/src/routes/info.rs index a97a992..e935a63 100644 --- a/src/routes/info.rs +++ b/src/routes/info.rs @@ -112,11 +112,18 @@ pub async fn get_engine_manifest() -> Json { icon, default_sampling_rate: 48000, terms_of_service: "[A.I.VOICE Editor API 利用規約](https://aivoice.jp/manual/editor/api.html#termsandconditions) を参照してください。".to_string(), - update_infos: vec![UpdateInfo { - version: "0.1.0".to_string(), - descriptions: vec!["初期リリース".to_string()], - contributors: vec!["sevenc-nanashi".to_string()], - }], + update_infos: vec![ + UpdateInfo { + version: "0.1.1".to_string(), + descriptions: vec!["Recotte Studioに対応".to_string()], + contributors: vec!["sevenc-nanashi".to_string()], + }, + UpdateInfo { + version: "0.1.0".to_string(), + descriptions: vec!["初期リリース".to_string()], + contributors: vec!["sevenc-nanashi".to_string()], + } + ], dependency_licenses, supported_features: SupportedFeatures { adjust_mora_pitch: false,