Skip to content

Commit

Permalink
chore: bump version to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w committed Oct 4, 2024
1 parent 0b3c491 commit abc2674
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": "5.1.0",
"version": "5.1.1",
"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 = "5.1.0"
version = "5.1.1"
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 @@ -42,7 +42,7 @@
"createUpdaterArtifacts": "v1Compatible"
},
"productName": "Whispering",
"version": "5.1.0",
"version": "5.1.1",
"identifier": "com.bradenwong.whispering",
"plugins": {
"updater": {
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": "5.1.0",
"version": "5.1.1",
"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 <whispering@bradenwong.com>",
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": "5.1.0",
"version": "5.1.1",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down

0 comments on commit abc2674

Please sign in to comment.