From 1255ddcb2e3039e3e4ff4bbca0b2f3ba1b470a7d Mon Sep 17 00:00:00 2001 From: jliddev Date: Tue, 18 Jan 2022 17:00:46 -0600 Subject: [PATCH] Version bump --- wowup-electron/package.json | 2 +- wowup-electron/src/app/services/wowup/patch-notes.service.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wowup-electron/package.json b/wowup-electron/package.json index 59dee249..1b39a0da 100644 --- a/wowup-electron/package.json +++ b/wowup-electron/package.json @@ -1,7 +1,7 @@ { "name": "wowup", "productName": "WowUp", - "version": "2.6.0-beta.15", + "version": "2.6.0-beta.16", "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 653fc0c7..7cf52edb 100644 --- a/wowup-electron/src/app/services/wowup/patch-notes.service.ts +++ b/wowup-electron/src/app/services/wowup/patch-notes.service.ts @@ -29,10 +29,12 @@ const CHANGELOGS: ChangeLog[] = [
  • Updated At text on the My Addons page should now keep itself up to date
  • Modified the GitHub install by URL feature to be more flexible for multi-toc addons
  • App now starts up much faster
  • +
  • Increased the timeout for the CurseForge provider
  • Fixes

    `, },