File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/ratismal/drivebackup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ public double updateCheck(double currentVersion) {
188
188
return currentVersion ;
189
189
}
190
190
// Pull the last version from the JSON
191
- newVersionTitle = ((String ) ((JSONObject ) array .get (array .size () - 1 )).get ("name" )).replace ("DriveBackup -" , "" ).trim ();
191
+ newVersionTitle = ((String ) ((JSONObject ) array .get (array .size () - 1 )).get ("name" )).replace ("DriveBackupV2 -" , "" ).trim ();
192
192
return Double .valueOf (newVersionTitle .replaceFirst ("\\ ." , "" ).trim ());
193
193
} catch (Exception e ) {
194
194
MessageUtil .sendConsoleMessage ("There was an issue attempting to check for the latest version." );
Original file line number Diff line number Diff line change 1
1
name : DriveBackupV2
2
- version : 1.0
2
+ version : 1.0.1
3
3
description : Uploads backups to Google Drive/OneDrive or by FTP
4
4
main : ratismal.drivebackup.DriveBackup
5
5
author : MaxTheGinus
You can’t perform that action at this time.
0 commit comments