From 646a7cf8e4980091a0e4e51408816eeaf1d66407 Mon Sep 17 00:00:00 2001 From: Daniele Dellafiore <66707+ildella@users.noreply.github.com> Date: Thu, 10 Sep 2026 23:58:39 +0200 Subject: [PATCH] chore: bump version to 0.2.1 Needed so v0.2.1 can ship the Windows MSI release workflow that landed after v0.2.0. --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd76ac8..05dd32f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sayit-linux", - "version": "0.2.0", + "version": "0.2.1", "private": true, "description": "Private, local text-to-speech for Linux — a port of callebtc/sayit", "license": "MIT", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3f9e4df..2f0c7d9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sayit" -version = "0.2.0" +version = "0.2.1" description = "Private, local text-to-speech for Linux" license = "MIT" edition = "2021"