From d02c4ca2cd6abd5e5233edd959e05e2576ed5ece Mon Sep 17 00:00:00 2001 From: jliddev Date: Tue, 22 Jun 2021 15:01:16 -0500 Subject: [PATCH] Version bump --- wowup-electron/package.json | 2 +- wowup-electron/src/app/services/wowup/patch-notes.service.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wowup-electron/package.json b/wowup-electron/package.json index fa892532..9955be35 100644 --- a/wowup-electron/package.json +++ b/wowup-electron/package.json @@ -1,7 +1,7 @@ { "name": "wowup", "productName": "WowUp", - "version": "2.4.0-beta.7", + "version": "2.4.0-beta.8", "description": "World of Warcraft addon updater", "homepage": "https://wowup.io", "author": { diff --git a/wowup-electron/src/app/services/wowup/patch-notes.service.ts b/wowup-electron/src/app/services/wowup/patch-notes.service.ts index 025217a7..d161a4f7 100644 --- a/wowup-electron/src/app/services/wowup/patch-notes.service.ts +++ b/wowup-electron/src/app/services/wowup/patch-notes.service.ts @@ -39,6 +39,7 @@ const CHANGELOGS: ChangeLog[] = [
  • Italian locale updates (Bito)
  • Revamped UI
  • WowUp updates will now download automatically
  • +
  • Optimize update checks for WowUpHub and CurseForge providers, now faster
  • When starting with 0 installs found, user should go to installations page
  • Update Angular and Electron to latest