mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-18 16:26:26 +01:00
change version
This commit is contained in:
parent
50a76155f8
commit
1b587de29e
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
@ -83,7 +83,7 @@
|
||||
<dependency>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
<!--<scope>provided</scope>-->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
@ -82,7 +82,7 @@
|
||||
<dependency>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
<!--<scope>provided</scope>-->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
@ -82,7 +82,7 @@
|
||||
<dependency>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
<!--<scope>provided</scope>-->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -8,12 +8,12 @@
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
@ -29,7 +29,7 @@ import java.io.IOException;
|
||||
public class Main extends Application {
|
||||
|
||||
public static Application main;
|
||||
public static String version = "0.2";
|
||||
public static String version = "0.2.1";
|
||||
private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
|
||||
|
||||
@Override
|
||||
|
@ -43,31 +43,11 @@ public class Info extends SubForm {
|
||||
link_g_gearth.setTooltip(new Tooltip("https://github.com/sirjonasxx/G-Earth"));
|
||||
link_g_tanji.setTooltip(new Tooltip("https://github.com/ArachisH/Tanji"));
|
||||
link_d_harble.setTooltip(new Tooltip("https://discord.gg/Vyc2gFC"));
|
||||
link_d_bonnie.setTooltip(new Tooltip("https://discord.gg/KZa3rXD"));
|
||||
|
||||
activateHyperlink(link_d_harble);
|
||||
activateHyperlink(link_d_bonnie);
|
||||
// activateHyperlink(link_d_harble);
|
||||
activateHyperlink(link_g_gearth);
|
||||
activateHyperlink(link_g_tanji);
|
||||
activateHyperlink(link_sng);
|
||||
activateHyperlink(link_darkbox);
|
||||
|
||||
// String[] lines = {
|
||||
// "G-Earth 0.1.1",
|
||||
// "Linux Habbo Packet Manipulator",
|
||||
// "",
|
||||
// "Made by:",
|
||||
// "sirjonasxx",
|
||||
// "",
|
||||
// "Contributors:",
|
||||
// "XePeleato (Windows & Mac support)",
|
||||
// "Scott Stamp",
|
||||
// "LittleJ",
|
||||
// "ArachisH",
|
||||
// "",
|
||||
// "Check out:",
|
||||
// "sngforum.info",
|
||||
// "darkbox.nl"
|
||||
// };
|
||||
}
|
||||
}
|
||||
|
@ -74,7 +74,7 @@
|
||||
<Hyperlink fx:id="link_d_harble" layoutX="400.0" layoutY="201.0" text="Discord - Harble" />
|
||||
<Hyperlink fx:id="link_g_gearth" layoutX="400.0" layoutY="161.0" text="Github - G-Earth" />
|
||||
<Hyperlink fx:id="link_g_tanji" layoutX="400.0" layoutY="181.0" text="Github - Tanji" />
|
||||
<Hyperlink fx:id="link_d_bonnie" layoutX="400.0" layoutY="221.0" text="Discord - BonnieScripting (pt/br)" />
|
||||
<!--<Hyperlink fx:id="link_d_bonnie" layoutX="400.0" layoutY="221.0" text="Discord - BonnieScripting (pt/br)" />-->
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</GridPane>
|
||||
|
Loading…
Reference in New Issue
Block a user