More Updates, bumps version

This commit is contained in:
James Quinley 2022-12-02 13:21:12 -08:00 committed by GitHub
parent 87aede8ff9
commit f86005b09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -1379,7 +1379,6 @@ public class delegationServices {
dCollection.updateOne(searchQuery, updateQuery7); dCollection.updateOne(searchQuery, updateQuery7);
dCollection.updateOne(searchQuery, updateQuery8); dCollection.updateOne(searchQuery, updateQuery8);
dCollection.updateOne(searchQuery, updateQuery6); dCollection.updateOne(searchQuery, updateQuery6);
//delegationTimer.trigger(); //delegationTimer.trigger();
System.out.println("Pushed"); System.out.println("Pushed");
delegationTimer.DeleteTargetRequestByID(Lrequest.get("_id")); delegationTimer.DeleteTargetRequestByID(Lrequest.get("_id"));

View File

@ -2,5 +2,5 @@ package com.jamesquinley.DelegationServices;
public class status { public class status {
public static boolean betaServer = false; public static boolean betaServer = false;
public static String serverVersion = "1.2"; public static String serverVersion = "1.3";
} }

View File

@ -1,5 +1,4 @@
package com.jamesquinley; package com.jamesquinley;
import com.jamesquinley.DelegationServices.status; import com.jamesquinley.DelegationServices.status;
/** /**