From 954695fddba252f4866d72acb6c617390b8f769d Mon Sep 17 00:00:00 2001 From: Geomitron <22552797+Geomitron@users.noreply.github.com> Date: Sun, 4 Aug 2024 15:23:26 -0500 Subject: [PATCH] v3.0.4 - Add automatic builds and fixed Mac arm64 builds (thanks Marconi!) - Fix broken previews in cases where song_length was not defined - Fix minor text wrapping issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b91d5cf..052fcae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "3.0.3", + "version": "3.0.4", "description": "A rhythm game chart searching and downloading tool.", "homepage": "https://github.com/Geomitron/Bridge", "license": "GPL-3.0",