mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-12-03 13:16:28 +01:00
version 1.3.2
This commit is contained in:
parent
ba371c4d5b
commit
96b47481b5
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>1.3.2</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
<dependency>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>1.3.2</version>
|
||||
<!--<scope>provided</scope>-->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>1.3.2</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
<dependency>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>1.3.2</version>
|
||||
<!--<scope>provided</scope>-->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<version>1.3.1</version>
|
||||
<version>1.3.2</version>
|
||||
|
||||
<properties>
|
||||
<javafx.version>1.8</javafx.version>
|
||||
@ -18,7 +18,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>1.3.2</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
@ -28,7 +28,7 @@ import java.util.Set;
|
||||
public class Main extends Application {
|
||||
|
||||
public static Application main;
|
||||
public static String version = "1.3.1";
|
||||
public static String version = "1.3.2";
|
||||
private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user