Skip to content

Commit 264f291

Browse files
committed
chore: bump version to 7.6.0
1 parent a192746 commit 264f291

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apps/whispering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/whispering",
3-
"version": "7.5.5",
3+
"version": "7.6.0",
44
"description": "",
55
"exports": {
66
"./commands": "./src/lib/commands.ts"

apps/whispering/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/whispering/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 = "whispering"
3-
version = "7.5.5"
3+
version = "7.6.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
repository = "https://github.com/epicenter-md/epicenter"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"productName": "Whispering",
40-
"version": "7.5.5",
40+
"version": "7.6.0",
4141
"identifier": "com.bradenwong.whispering",
4242
"plugins": {
4343
"updater": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "epicenter",
33
"type": "module",
44
"private": true,
5-
"version": "7.5.5",
5+
"version": "7.6.0",
66
"description": "",
77
"keywords": [],
88
"license": "ISC",

packages/constants/src/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const VERSIONS = {
77
/**
88
* Whispering application version
99
*/
10-
whispering: '7.5.5',
10+
whispering: '7.6.0',
1111

1212
/**
1313
* Epicenter CLI version

0 commit comments

Comments
 (0)