Skip to content

Commit

Permalink
Version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjonasxx committed Jan 1, 2023
1 parent fd8ee69 commit b960001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion G-Earth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>G-Earth</groupId>
<artifactId>G-Earth-Parent</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion G-Earth/src/main/java/gearth/GEarth.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class GEarth extends Application {

public static GEarth main;
public static String version = "1.5.2";
public static String version = "1.5.3";
public static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
public static ObservableObject<Theme> observableTheme;

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.5.2</version>
<version>1.5.3</version>

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

0 comments on commit b960001

Please sign in to comment.