diff --git a/BurstService/clsSettings.vb b/BurstService/clsSettings.vb index c20766a..06e37af 100644 --- a/BurstService/clsSettings.vb +++ b/BurstService/clsSettings.vb @@ -247,7 +247,7 @@ _FirstRun = True _CheckForUpdates = True - _Upgradev = 20 + _Upgradev = 21 _AlwaysAdmin = False _Repo = "" _QBMode = 1 '0 = AIO 1 = Launcher diff --git a/QBundle/Changelog.txt b/QBundle/Changelog.txt index 3b3abe3..40f670f 100644 --- a/QBundle/Changelog.txt +++ b/QBundle/Changelog.txt @@ -25,6 +25,10 @@ Make full settings of BRS? Make Settings profiles? 'Notes +v2.5.1 +Switched update server to GitHub +BRS v2.3.0 compatibility + v2.5.0 Account manger seed generation now uses RFC4086 compliant method. Moved from IE to Chromium diff --git a/QBundle/Generic.vb b/QBundle/Generic.vb index 25a9ab6..eaeb19b 100644 --- a/QBundle/Generic.vb +++ b/QBundle/Generic.vb @@ -122,6 +122,7 @@ Friend Class Generic End Try Case 201 '2.0.1 - 2.0.2 Case 211 '2.1.1 - 2.1.2 + Case 213 '2.3.0 End Select OldVer += 1 If CurVer = OldVer Then Exit Do diff --git a/QBundle/My Project/AssemblyInfo.vb b/QBundle/My Project/AssemblyInfo.vb index 8295b10..9a383d0 100644 --- a/QBundle/My Project/AssemblyInfo.vb +++ b/QBundle/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/QBundle/Resources/UpdateInfo.xml b/QBundle/Resources/UpdateInfo.xml index b19ecf9..fec2b22 100644 --- a/QBundle/Resources/UpdateInfo.xml +++ b/QBundle/Resources/UpdateInfo.xml @@ -3,10 +3,10 @@ Launcher Qbundle - Qb2.5.0Upgrade.zip - Qb2.5.0Upgrade.zip - 2.5.0 - V 2.5.0 + Qb2.5.1Upgrade.zip + Qb2.5.1Upgrade.zip + 2.5.1 + V 2.5.1 diff --git a/QBundle/clsSettings.vb b/QBundle/clsSettings.vb index 83086b4..7d6d757 100644 --- a/QBundle/clsSettings.vb +++ b/QBundle/clsSettings.vb @@ -502,7 +502,7 @@ _FirstRun = True _CheckForUpdates = False - _Upgradev = 212 + _Upgradev = 213 _AlwaysAdmin = False _Repo = QGlobal.UpdateMirrors(0) _QBMode = 1 '0 = AIO 1 = Launcher