From 80e40db8a0aa3a85e5634cb9f8a808ae88282839 Mon Sep 17 00:00:00 2001 From: Geomitron <22552797+Geomitron@users.noreply.github.com> Date: Tue, 2 May 2023 18:23:25 -0500 Subject: [PATCH] v.1.5.0 - Update to Angular 14 - Update to Electron 23 - Table header is now sticky - API Endpoints updated (older versions will no longer work) - Removed Google Authentication (it stopped working and can't be fixed; an alternative solution is in the works) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d66da25..81f0614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bridge", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bridge", - "version": "1.4.3", + "version": "1.5.0", "license": "GPL-3.0", "dependencies": { "@angular/animations": "^14.2.12", diff --git a/package.json b/package.json index aadc153..9c17b2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "1.4.3", + "version": "1.5.0", "description": "A Clone Hero library management tool with built in chart searching and downloading.", "homepage": "https://github.com/Geomitron/Bridge", "license": "GPL-3.0",