Version update
This commit is contained in:
parent
048ee8aefc
commit
6eb9c0250a
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>be.jaud</groupId>
|
<groupId>be.jaud</groupId>
|
||||||
<artifactId>OebbApi</artifactId>
|
<artifactId>OebbApi</artifactId>
|
||||||
<version>0.7</version>
|
<version>0.9</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>ÖBB delay check and output for Info Orbs</name>
|
<name>ÖBB delay check and output for Info Orbs</name>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -17,7 +17,7 @@ import java.text.SimpleDateFormat;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
public class Main {
|
public class Main {
|
||||||
private static final String version = "0.8";
|
private static final String version = "0.9";
|
||||||
private static final HashMap<String, HashMap<String, Integer>> udata = new HashMap<>();
|
private static final HashMap<String, HashMap<String, Integer>> udata = new HashMap<>();
|
||||||
public static Settings conf;
|
public static Settings conf;
|
||||||
static OebbCheck check = new OebbCheck();
|
static OebbCheck check = new OebbCheck();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue