diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6a9e15..b7298f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e4489c5..155c8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/pythoninthegrasses/mt/compare/v1.2.2...v1.2.3) (2026-03-31) + + +### Bug Fixes + +* **ci:** add [[bin]] section to produce 'mt' binary name ([95db4f0](https://github.com/pythoninthegrasses/mt/commit/95db4f077b2e8c725c69d1b839a340d7bc8907b8)) + ## [1.2.2](https://github.com/pythoninthegrasses/mt/compare/v1.2.1...v1.2.2) (2026-03-31) diff --git a/app/frontend/package.json b/app/frontend/package.json index 0358d89..91af03e 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mt-frontend", - "version": "1.2.2", + "version": "1.2.3", "private": true, "type": "module", "scripts": { diff --git a/crates/mt-tauri/Cargo.toml b/crates/mt-tauri/Cargo.toml index 7425fb8..e64512d 100644 --- a/crates/mt-tauri/Cargo.toml +++ b/crates/mt-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mt-tauri" -version = "1.2.2" +version = "1.2.3" description = "Desktop music player for large collections" authors = ["pythoninthegrass"] edition = "2024" diff --git a/crates/mt-tauri/tauri.conf.json b/crates/mt-tauri/tauri.conf.json index 0a2fa4c..c784801 100644 --- a/crates/mt-tauri/tauri.conf.json +++ b/crates/mt-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "mt", - "version": "1.2.2", + "version": "1.2.3", "identifier": "com.mt.desktop", "build": { "beforeDevCommand": "npm --prefix ../../app/frontend run dev",