We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa7e9f commit c495982Copy full SHA for c495982
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "voicetypr",
3
"private": true,
4
- "version": "1.12.0",
+ "version": "1.12.1",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "voicetypr"
-version = "1.12.0"
+version = "1.12.1"
description = "open source voice to text transcription app"
authors = ["moinulmoin"]
edition = "2021"
0 commit comments