Skip to content

Commit

Permalink
chore: bump version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w committed Jun 30, 2024
1 parent b2a2ddc commit 607bb10
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "4.3.0",
"version": "4.4.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "4.3.0"
version = "4.4.0"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Whispering",
"version": "4.3.0"
"version": "4.4.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "extension",
"displayName": "Whispering",
"version": "4.3.0",
"version": "4.4.0",
"private": true,
"description": "Seamlessly integrate speech-to-text transcriptions on ChatGPT and anywhere on the web. Powered by OpenAI's Whisper API.",
"author": "Braden Wong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "whispering",
"private": true,
"version": "4.3.0",
"version": "4.4.0",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down

0 comments on commit 607bb10

Please sign in to comment.