Chore: Bump Version.

This commit is contained in:
Chax
2023-11-04 16:02:29 +01:00
parent 39473ba15c
commit 71d89284f1
4 changed files with 11 additions and 6 deletions

View File

@@ -1,4 +1,10 @@
RSL 2.24
RSL 2.25
- Fix: Fix to unauthorized device bug
- Chore: Update Wiki URL
RSL 2.24
- Feature: Added "Open Download" and "Open Backup" Directory buttons to Settings Menu
- Fix: OBB Pushes for Quest 3 Devices

View File

@@ -13,7 +13,7 @@ namespace AndroidSideloader
private static readonly string RawGitHubUrl = "https://raw.githubusercontent.com/VRPirates/rookie";
private static readonly string GitHubUrl = "https://github.com/VRPirates/rookie";
public static readonly string LocalVersion = "2.25";
public static readonly string LocalVersion = "2.25.1";
public static string currentVersion = string.Empty;
public static string changelog = string.Empty;

View File

@@ -1,4 +1,3 @@
RSL 2.25
RSL 2.25.1
- Fix: Fix to unauthorized device bug
- Chore: Update Wiki URL
- Fix: Device not authorized prompt showing up after authorization.

View File

@@ -1 +1 @@
2.25
2.25.1