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"