From 063dbecc3fcfbce1d67803cfdd1a7601701fe7af Mon Sep 17 00:00:00 2001 From: hogelog Date: Mon, 5 Feb 2024 09:43:46 +0900 Subject: [PATCH] v0.1.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 14820bd..63bec87 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: whispercppapp description: Speech-to-Text application powered by whisper.cpp publish_to: 'none' -version: 0.1.1 +version: 0.1.2 environment: sdk: '>=2.19.0-444.2.beta <3.0.0'