From c04d5829c17e0265e884120ae058b4965a16a08a Mon Sep 17 00:00:00 2001 From: Geomitron <22552797+Geomitron@users.noreply.github.com> Date: Sat, 8 Feb 2025 12:20:37 -0600 Subject: [PATCH] v3.3.0 - Add "Upload Date" column --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51271c1..3ff63cd 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Head over to the [Releases](https://github.com/Geomitron/Bridge/releases) page t - ✅ Advanced song search. - ✅ Chart issue scanner (for people making charts). -### What's new in v3.1.0 +### What's new in v3.3.0 -- Add "Tools" tab with chart issue scanner +- Add "Upload Date" column ### Development diff --git a/package.json b/package.json index fae80ee..d898f29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "3.2.0", + "version": "3.3.0", "description": "A rhythm game chart searching and downloading tool.", "homepage": "https://github.com/Geomitron/Bridge", "license": "GPL-3.0",