diff --git a/client/src/me/mdbell/noexs/ui/NoexsApplication.java b/client/src/me/mdbell/noexs/ui/NoexsApplication.java index b637bff..58c7230 100644 --- a/client/src/me/mdbell/noexs/ui/NoexsApplication.java +++ b/client/src/me/mdbell/noexs/ui/NoexsApplication.java @@ -14,8 +14,8 @@ public class NoexsApplication extends Application { public static final int VERSION_MAJOR = 1; - public static final int VERSION_MINOR = 0; - public static final int VERSION_PATCH = 1; + public static final int VERSION_MINOR = 1; + public static final int VERSION_PATCH = 0; public static final String APP_NAME = "JNoexs"; public static final String APP_VERSION = VERSION_MAJOR + "." + VERSION_MINOR + "." + VERSION_PATCH; diff --git a/server/source/noexs/include/gecko.h b/server/source/noexs/include/gecko.h index 17161b1..de5d567 100644 --- a/server/source/noexs/include/gecko.h +++ b/server/source/noexs/include/gecko.h @@ -11,8 +11,8 @@ #include "net.h" #define VER_MAJOR (1) -#define VER_MINOR (0) -#define VER_PATCH (3) +#define VER_MINOR (1) +#define VER_PATCH (0) #define GECKO_BUFFER_SIZE (2048 * 4)