diff --git a/package.json b/package.json index 54dbcef..934d44c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sayit-linux", - "version": "0.1.0", + "version": "0.2.0", "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 dca8c86..3f9e4df 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sayit" -version = "0.1.0" +version = "0.2.0" description = "Private, local text-to-speech for Linux" license = "MIT" edition = "2021"