Version bump

This commit is contained in:
jliddev
2022-01-18 17:00:46 -06:00
parent 9d1152c565
commit 1255ddcb2e
2 changed files with 3 additions and 1 deletions

View File

@@ -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": {

View File

@@ -29,10 +29,12 @@ const CHANGELOGS: ChangeLog[] = [
<li>Updated At text on the My Addons page should now keep itself up to date</li>
<li>Modified the GitHub install by URL feature to be more flexible for multi-toc addons</li>
<li>App now starts up much faster</li>
<li>Increased the timeout for the CurseForge provider</li>
</ul>
<h4 style="margin-top: 1em;">Fixes</h4>
<ul>
<li>Fixed an issue with some addon IDs colliding between addon providers</li>
<li>Fixed an issue with a provider being able to block update checks</li>
<li>Try to fix the issue with duplicated addons</li>
</ul>`,
},