update version to 1.1

This commit is contained in:
sirjonasxx 2020-06-15 21:53:15 +02:00
parent e89e34c877
commit d2ce01aba5
5 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.0</version>
<version>1.1</version>
<relativePath>../../</relativePath>
</parent>

View File

@ -13,7 +13,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.0</version>
<version>1.1</version>
<relativePath>../../</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<packaging>jar</packaging>
<version>1.0</version>
<version>1.1</version>
<properties>
<javafx.version>1.8</javafx.version>
@ -17,7 +17,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<build>

View File

@ -23,7 +23,7 @@ import java.io.IOException;
public class Main extends Application {
public static Application main;
public static String version = "1.0";
public static String version = "1.1";
private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
@Override

View File

@ -7,7 +7,7 @@
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<version>1.1</version>
<name>G-Earth-Parent</name>
<url>https://github.com/sirjonasxx/G-Earth</url>