From b2d6435db80589db5304e62dbc596167f727deb2 Mon Sep 17 00:00:00 2001 From: jliddev Date: Sat, 29 Oct 2022 08:58:21 -0500 Subject: [PATCH] Prep for prod --- 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 3d949b50..111aee70 100644 --- a/wowup-electron/package.json +++ b/wowup-electron/package.json @@ -1,7 +1,7 @@ { "name": "wowup", "productName": "WowUp", - "version": "2.9.1-beta.2", + "version": "2.9.1", "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 2d9cffef..4352af52 100644 --- a/wowup-electron/src/app/services/wowup/patch-notes.service.ts +++ b/wowup-electron/src/app/services/wowup/patch-notes.service.ts @@ -21,6 +21,7 @@ const CHANGELOGS: ChangeLog[] = [

New Features

Changes