[bugfix] 1.40.10 seen as 1.40.1 (#912)

* nothing

* [bugfix] We search fist the most recent version of beatsaber to fix the 1.40.1 issue
This commit is contained in:
Zagrios
2025-08-29 19:15:39 +02:00
committed by GitHub
parent 40ebf89389
commit 066ced228d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -902,4 +902,4 @@
"ReleaseDate": "1756386614",
"year": "2025"
}
]
]
@@ -61,7 +61,7 @@ export class BSLocalVersionService {
return null;
}
const versionsDict = await this.remoteVersionService.getAvailableVersions();
const versionsDict = (await this.remoteVersionService.getAvailableVersions()).reverse();
let stream: ReadStream;