set version to 1.5

This commit is contained in:
sirjonasxx 2021-08-20 01:24:12 +02:00
parent 0258dfaccc
commit 35e9adefd5
5 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
<packaging>jar</packaging>
<version>1.4.1</version>
<version>1.5</version>
<properties>
<javafx.version>1.8</javafx.version>
@ -18,7 +18,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.4.1</version>
<version>1.5</version>
</parent>
<build>

View File

@ -29,7 +29,7 @@ import java.nio.charset.StandardCharsets;
public class Main extends Application {
public static Application main;
public static String version = "1.4.1";
public static String version = "1.5";
private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
@Override

View File

@ -49,7 +49,7 @@ public class StoreFetch {
public static void main(String[] args) {
// fetch("1.4.1");
// fetch("1.5");
}
}

View File

@ -227,7 +227,7 @@ public class StoreExtensionTools {
}
public static void main(String[] args) {
StoreFetch.fetch("1.4.1", new StoreFetch.StoreFetchListener() {
StoreFetch.fetch("1.5", new StoreFetch.StoreFetchListener() {
@Override
public void success(StoreRepository storeRepository) {
installExtension("G-BuildTools", storeRepository, new InstallExtListener() {

View File

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