Skip to content

Commit

Permalink
version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjonasxx committed Feb 11, 2021
1 parent ba371c4 commit 96b4748
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../</relativePath>
</parent>

Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>G-Earth</groupId>
<artifactId>G-Earth</artifactId>
<version>1.3.1</version>
<version>1.3.2</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>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../</relativePath>
</parent>

Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>G-Earth</groupId>
<artifactId>G-Earth</artifactId>
<version>1.3.1</version>
<version>1.3.2</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,7 +8,7 @@

<packaging>jar</packaging>

<version>1.3.1</version>
<version>1.3.2</version>

<properties>
<javafx.version>1.8</javafx.version>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</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 @@ -28,7 +28,7 @@
public class Main extends Application {

public static Application main;
public static String version = "1.3.1";
public static String version = "1.3.2";
private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";

@Override
Expand Down
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>1.3.1</version>
<version>1.3.2</version>

<name>G-Earth-Parent</name>
<url>https://github.com/sirjonasxx/G-Earth</url>
Expand Down

0 comments on commit 96b4748

Please sign in to comment.