mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 10:20:51 +01:00
version 1.5.2
This commit is contained in:
parent
cc36cf39cc
commit
df495f2b3f
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>1.5.1</version>
|
||||
<version>1.5.2</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
@ -26,7 +26,7 @@ import java.util.function.Consumer;
|
||||
public class GEarth extends Application {
|
||||
|
||||
public static GEarth main;
|
||||
public static String version = "1.5.1";
|
||||
public static String version = "1.5.2";
|
||||
public static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
|
||||
public static ObservableObject<Theme> observableTheme;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user