Skip to content

Commit 65a4625

Browse files
committed
chore: bump version to 6.4.1
Former-commit-id: 22587aca659b626d3d9ac5d0a73609eec6d29ba4 Former-commit-id: 9a4dee367f7d5413d9f7fc7cb6da0c726a436832
1 parent bc36001 commit 65a4625

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/app",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"private": true,
55
"scripts": {
66
"dev:web": "vite dev",

apps/app/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.

apps/app/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 = "app"
3-
version = "6.4.0"
3+
version = "6.4.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

apps/app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"createUpdaterArtifacts": "v1Compatible"
4343
},
4444
"productName": "Whispering",
45-
"version": "6.4.0",
45+
"version": "6.4.1",
4646
"identifier": "com.bradenwong.whispering",
4747
"plugins": {
4848
"updater": {

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@repo/extension",
33
"displayName": "Whispering",
4-
"version": "6.4.0",
4+
"version": "6.4.1",
55
"private": true,
66
"description": "Seamlessly integrate speech-to-text transcriptions on ChatGPT and anywhere on the web. Powered by OpenAI's Whisper API.",
77
"author": "Braden Wong <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "whispering",
33
"private": true,
4-
"version": "6.4.0",
4+
"version": "6.4.1",
55
"description": "",
66
"keywords": [],
77
"license": "ISC",

0 commit comments

Comments
 (0)