Skip to content

Commit 9b75ee1

Browse files
chore(main): release 1.5.0
1 parent c5d1f08 commit 9b75ee1

7 files changed

Lines changed: 138 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 132 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/static/v1?label=version&message=1.4.0&color=emerald&style=flat-square" alt="Version" /> <!-- x-release-please-version -->
12+
<img src="https://img.shields.io/static/v1?label=version&message=1.5.0&color=emerald&style=flat-square" alt="Version" /> <!-- x-release-please-version -->
1313
<img src="https://img.shields.io/github/downloads/InstaZDLL/WaveFlow/total?style=flat-square&color=emerald&label=downloads" alt="Downloads" />
1414
<img src="https://img.shields.io/badge/tauri-2.11-blue?style=flat-square&logo=tauri" alt="Tauri 2" />
1515
<img src="https://img.shields.io/badge/react-19-61dafb?style=flat-square&logo=react" alt="React 19" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "waveflow",
33
"private": true,
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"type": "module",
66
"license": "GPL-3.0",
77
"scripts": {

src-tauri/crates/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "waveflow"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Local music player for desktop — Spotify-inspired UI, real-time audio engine, your files stay on your machine."
55
authors = ["InstaZDLL <github.105mh@8shield.net>"]
66
edition = "2021"

src-tauri/crates/app/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",
33
"productName": "WaveFlow",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"identifier": "app.waveflow",
66
"build": {
77
"beforeDevCommand": "bun run dev",

src-tauri/crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "waveflow-core"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Business logic shared between the WaveFlow desktop app and the future waveflow-server: scanning, metadata enrichment, DSD conversion, smart-playlist algorithms, repository traits."
55
authors = ["InstaZDLL <github.105mh@8shield.net>"]
66
edition = "2021"

0 commit comments

Comments
 (0)