mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-22 15:00:38 -04:00
Version bump
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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: `
|
||||
|
||||
Reference in New Issue
Block a user