Release v0.2.0

This commit is contained in:
David Perov 2026-06-22 00:25:07 +03:00
parent e6931a2c6d
commit b5c444eac5
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "talkis",
"private": true,
"version": "0.1.24",
"version": "0.2.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"packageManager": "bun@1.2.13",

2
src-tauri/Cargo.lock generated
View file

@ -4926,7 +4926,7 @@ dependencies = [
[[package]]
name = "talkis"
version = "0.1.24"
version = "0.2.0"
dependencies = [
"base64 0.22.1",
"block2 0.6.2",

View file

@ -1,6 +1,6 @@
[package]
name = "talkis"
version = "0.1.24"
version = "0.2.0"
description = "Talkis - Voice to Text Desktop Widget"
authors = ["trixter"]
license = "AGPL-3.0-or-later"

View file

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "Talkis",
"mainBinaryName": "Talkis",
"version": "0.1.24",
"version": "0.2.0",
"identifier": "com.trixter.talkis",
"build": {
"beforeDevCommand": "bun run prepare:sidecars && bun run dev",