From c86a2e3bb26303929b14bf1a3ecd742e79c0f830 Mon Sep 17 00:00:00 2001 From: Geomitron <22552797+Geomitron@users.noreply.github.com> Date: Thu, 28 Dec 2023 13:30:20 -0600 Subject: [PATCH] v2.0.1 - Improved chart folder download performance --- README.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 85d42ee..a26a944 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ v.2.0.0 - The list of available charts will now update much more frequently and reliably #### Known Issues: -- Chart folders download more slowly than .sng files - There are rare cases where the download audio is heavily distorted (for now, redownload it from the Google Drive source folder manually) diff --git a/package.json b/package.json index 933141e..87e4e6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "2.0.0", + "version": "2.0.1", "description": "A rhythm game chart searching and downloading tool.", "homepage": "https://github.com/Geomitron/Bridge", "license": "GPL-3.0",