mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
set version to 1.5
This commit is contained in:
parent
0258dfaccc
commit
35e9adefd5
@ -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>
|
||||
|
@ -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
|
||||
|
@ -49,7 +49,7 @@ public class StoreFetch {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
// fetch("1.4.1");
|
||||
// fetch("1.5");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user