From 8fe3f8f7ec22b8656718cdc5e35b76ec2a66b34d Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Sat, 2 Feb 2019 19:08:06 +0100 Subject: [PATCH] change version to 1.0 --- Extensions/AdminOnConnect/pom.xml | 4 ++-- Extensions/BlockReplacePackets/pom.xml | 4 ++-- Extensions/HappySpeech/pom.xml | 4 ++-- G-Earth/pom.xml | 4 ++-- G-Earth/src/main/java/gearth/Main.java | 2 +- pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Extensions/AdminOnConnect/pom.xml b/Extensions/AdminOnConnect/pom.xml index db0dbe2..9e0072f 100644 --- a/Extensions/AdminOnConnect/pom.xml +++ b/Extensions/AdminOnConnect/pom.xml @@ -13,7 +13,7 @@ G-Earth G-Earth-Parent - 0.2.2 + 1.0 @@ -83,7 +83,7 @@ G-Earth G-Earth - 0.2.2 + 1.0 diff --git a/Extensions/BlockReplacePackets/pom.xml b/Extensions/BlockReplacePackets/pom.xml index d01d2e1..ccbf543 100644 --- a/Extensions/BlockReplacePackets/pom.xml +++ b/Extensions/BlockReplacePackets/pom.xml @@ -13,7 +13,7 @@ G-Earth G-Earth-Parent - 0.2.2 + 1.0 @@ -82,7 +82,7 @@ G-Earth G-Earth - 0.2.2 + 1.0 diff --git a/Extensions/HappySpeech/pom.xml b/Extensions/HappySpeech/pom.xml index 8b1e27c..5ffe206 100644 --- a/Extensions/HappySpeech/pom.xml +++ b/Extensions/HappySpeech/pom.xml @@ -13,7 +13,7 @@ G-Earth G-Earth-Parent - 0.2.2 + 1.0 @@ -82,7 +82,7 @@ G-Earth G-Earth - 0.2.2 + 1.0 diff --git a/G-Earth/pom.xml b/G-Earth/pom.xml index 4d6acdd..59f7505 100644 --- a/G-Earth/pom.xml +++ b/G-Earth/pom.xml @@ -8,12 +8,12 @@ jar - 0.2.2 + 1.0 G-Earth G-Earth-Parent - 0.2.2 + 1.0 diff --git a/G-Earth/src/main/java/gearth/Main.java b/G-Earth/src/main/java/gearth/Main.java index e56a006..82a01f1 100644 --- a/G-Earth/src/main/java/gearth/Main.java +++ b/G-Earth/src/main/java/gearth/Main.java @@ -23,7 +23,7 @@ import java.io.IOException; public class Main extends Application { public static Application main; - public static String version = "0.2.2"; + public static String version = "1.0"; private static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest"; @Override diff --git a/pom.xml b/pom.xml index 73cd55e..792fb64 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ G-Earth G-Earth-Parent pom - 0.2.2 + 1.0 1.8