Update to wtapi 0.8.0
This commit is contained in:
parent
1051d1fdbe
commit
e4e2378e1d
2 changed files with 3 additions and 2 deletions
|
@ -69,4 +69,5 @@ t = (longitude / 15) * 1000 * scale
|
||||||
|
|
||||||
accounting for sunrise and sunset
|
accounting for sunrise and sunset
|
||||||
TODO, idk yet without
|
TODO, idk yet without
|
||||||
|
update: this is now possible with 0.8.0 api
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -33,7 +33,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
<artifactId>wtapi</artifactId>
|
<artifactId>wtapi</artifactId>
|
||||||
<version>0.7</version>
|
<version>0.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
|
|
Loading…
Reference in a new issue