Skip to content

Commit 5ca111c

Browse files
committed
release: v0.6.11 — Statistics tab
1 parent 9d490c7 commit 5ca111c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.6.11] - 2026-05-19
44

55
### Highlights
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "whisperi",
33
"private": true,
4-
"version": "0.6.10",
4+
"version": "0.6.11",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whisperi"
3-
version = "0.6.10"
3+
version = "0.6.11"
44
edition = "2024"
55
description = "Fast desktop dictation powered by whisper.cpp"
66

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nicegui-org/nicegui-tauri-demo/main/src-tauri/schemas/desktop-schema.json",
33
"productName": "Whisperi",
4-
"version": "0.6.10",
4+
"version": "0.6.11",
55
"identifier": "com.whisperi.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)