Skip to content

Commit 87c3d4c

Browse files
committed
Bump version: patch
1 parent f57315f commit 87c3d4c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chorus",
33
"license": "MIT",
44
"private": true,
5-
"version": "0.14.4",
5+
"version": "0.14.5",
66
"type": "module",
77
"scripts": {
88
"tauri": "tauri",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.2",
33
"productName": "Chorus",
4-
"version": "0.14.4",
4+
"version": "0.14.5",
55
"identifier": "sh.chorus.app",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",

src-tauri/tauri.dev.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.2",
33
"productName": "Chorus",
4-
"version": "0.14.4",
4+
"version": "0.14.5",
55
"identifier": "sh.chorus.app.dev",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",

src-tauri/tauri.qa.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.2",
33
"productName": "Chorus Nightly",
4-
"version": "0.14.4",
4+
"version": "0.14.5",
55
"identifier": "sh.chorus.app.qa",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",

0 commit comments

Comments
 (0)