Version bump

This commit is contained in:
jliddev
2021-11-12 08:39:04 -06:00
parent 5116f3820d
commit b4fe5ac5c8
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "wowup",
"productName": "WowUp",
"version": "2.6.0-beta.1",
"version": "2.6.0-beta.2",
"description": "World of Warcraft addon updater",
"homepage": "https://wowup.io",
"author": {

View File

@@ -15,6 +15,14 @@ export class PatchNotesService {
}
const CHANGELOGS: ChangeLog[] = [
{
Version: "2.6.0",
html: `
<h4 style="margin-top: 1em;">New Features</h4>
<ul>
<li>Added the ability to switch to Beta build release channel from the app</li>
</ul>`,
},
{
Version: "2.5.1",
html: `