Skip to content

Commit 5d8845c

Browse files
chore(main): release 1.2.3 (#34)
1 parent 95db4f0 commit 5d8845c

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.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.2.2"
2+
".": "1.2.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.3](https://github.com/pythoninthegrasses/mt/compare/v1.2.2...v1.2.3) (2026-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** add [[bin]] section to produce 'mt' binary name ([95db4f0](https://github.com/pythoninthegrasses/mt/commit/95db4f077b2e8c725c69d1b839a340d7bc8907b8))
9+
310
## [1.2.2](https://github.com/pythoninthegrasses/mt/compare/v1.2.1...v1.2.2) (2026-03-31)
411

512

app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mt-frontend",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

crates/mt-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 = "mt-tauri"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
description = "Desktop music player for large collections"
55
authors = ["pythoninthegrass"]
66
edition = "2024"

crates/mt-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",
33
"productName": "mt",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)