diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 9db4227..adfb8ab 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -4,7 +4,7 @@ com.frosthex timingsystem.restapi timingsystem.restapi - 0.0.3 + 0.0.4 http://maven.apache.org src diff --git a/pom.xml b/pom.xml index 569983e..1f4780c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.frosthex timingsystem.restapi - 0.0.4 + 0.0.5 jar timingsystem.restapi http://maven.apache.org diff --git a/src/com/frosthex/timingsystem/restapi/network/SparkManager.java b/src/com/frosthex/timingsystem/restapi/network/SparkManager.java index e58c8fe..606362e 100644 --- a/src/com/frosthex/timingsystem/restapi/network/SparkManager.java +++ b/src/com/frosthex/timingsystem/restapi/network/SparkManager.java @@ -298,6 +298,7 @@ public static void initSpark() { driverObj.addProperty("start_position", dd.getStartPosition()); driverObj.addProperty("is_in_pit", dd.isInpit()); driverObj.addProperty("is_offline", dd.isOffline()); + driverObj.addProperty("best_lap", dd.getBestLap()); driverPositionsArray.add(driverObj); } diff --git a/src/plugin.yml b/src/plugin.yml index 1adb4fe..e55bb50 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,5 +1,5 @@ name: TimingSystemRESTApi -version: 0.0.4 +version: 0.0.5 authors: [Justin Brubaker (JustBru00)] softdepend: [TimingSystem] main: com.frosthex.timingsystem.restapi.TimingSystemRESTApiPlugin