Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjonasxx committed Jan 15, 2019
1 parent 50a7615 commit 1b587de
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 32 deletions.
4 changes: 2 additions & 2 deletions Extensions/AdminOnConnect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions Extensions/BlockReplacePackets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions Extensions/HappySpeech/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions G-Earth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion G-Earth/src/main/java/gearth/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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
Expand Down
22 changes: 1 addition & 21 deletions G-Earth/src/main/java/gearth/ui/info/Info.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,11 @@ public void initialize() {
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"
// };
}
}
2 changes: 1 addition & 1 deletion G-Earth/src/main/resources/gearth/ui/info/Info.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<packaging>pom</packaging>
<version>0.2</version>
<version>0.2.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 1b587de

Please sign in to comment.