Skip to content

Commit 33f5bfb

Browse files
committed
update version
1 parent 84d73fd commit 33f5bfb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Extensions/AdminOnConnect/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>G-Earth</groupId>
1515
<artifactId>G-Earth-Parent</artifactId>
16-
<version>1.3.3</version>
16+
<version>1.3.4</version>
1717
<relativePath>../../</relativePath>
1818
</parent>
1919

@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>G-Earth</groupId>
108108
<artifactId>G-Earth</artifactId>
109-
<version>1.3.3</version>
109+
<version>1.3.4</version>
110110
<!--<scope>provided</scope>-->
111111
</dependency>
112112
</dependencies>

Extensions/BlockReplacePackets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>G-Earth</groupId>
1515
<artifactId>G-Earth-Parent</artifactId>
16-
<version>1.3.3</version>
16+
<version>1.3.4</version>
1717
<relativePath>../../</relativePath>
1818
</parent>
1919

@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>G-Earth</groupId>
108108
<artifactId>G-Earth</artifactId>
109-
<version>1.3.3</version>
109+
<version>1.3.4</version>
110110
<!--<scope>provided</scope>-->
111111
</dependency>
112112
</dependencies>

G-Earth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<packaging>jar</packaging>
1010

11-
<version>1.3.3</version>
11+
<version>1.3.4</version>
1212

1313
<properties>
1414
<javafx.version>1.8</javafx.version>
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>G-Earth</groupId>
2020
<artifactId>G-Earth-Parent</artifactId>
21-
<version>1.3.3</version>
21+
<version>1.3.4</version>
2222
</parent>
2323

2424
<build>

G-Earth/src/main/java/gearth/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class Main extends Application {
2929

3030
public static Application main;
31-
public static String version = "1.3.3";
31+
public static String version = "1.3.4";
3232
private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
3333

3434
@Override

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>G-Earth</groupId>
88
<artifactId>G-Earth-Parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.3.3</version>
10+
<version>1.3.4</version>
1111

1212
<name>G-Earth-Parent</name>
1313
<url>https://github.com/sirjonasxx/G-Earth</url>

0 commit comments

Comments
 (0)