Skip to content

Commit

Permalink
Release Version 0.0.5
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
JustBru00 committed Jul 3, 2023
1 parent de2e6b3 commit 7173996
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.frosthex</groupId>
<artifactId>timingsystem.restapi</artifactId>
<name>timingsystem.restapi</name>
<version>0.0.3</version>
<version>0.0.4</version>
<url>http://maven.apache.org</url>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.frosthex</groupId>
<artifactId>timingsystem.restapi</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<packaging>jar</packaging>
<name>timingsystem.restapi</name>
<url>http://maven.apache.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7173996

Please sign in to comment.