Skip to content

Commit e51550a

Browse files
committed
chore: update tauri.conf.json and Cargo.toml version to 1.5.0
1 parent 90c842e commit e51550a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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 = "voicetypr"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "open source voice to text transcription app"
55
authors = ["moinulmoin"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "VoiceTypr",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"identifier": "com.ideaplexa.voicetypr",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -38,7 +38,11 @@
3838
"bundle": {
3939
"publisher": "Ideaplexa LLC",
4040
"active": true,
41-
"targets": ["nsis", "app", "dmg"],
41+
"targets": [
42+
"nsis",
43+
"app",
44+
"dmg"
45+
],
4246
"icon": [
4347
"icons/32x32.png",
4448
"icons/128x128.png",
@@ -50,7 +54,7 @@
5054
"minimumSystemVersion": "13.0",
5155
"entitlements": "./entitlements.plist",
5256
"hardenedRuntime": true,
53-
"signingIdentity": "-"
57+
"signingIdentity": "Developer ID Application: Ideaplexa LLC (53P98M92V7)"
5458
},
5559
"windows": {
5660
"allowDowngrades": false

0 commit comments

Comments
 (0)