Skip to content

Commit

Permalink
V1.4.1ea
Browse files Browse the repository at this point in the history
  • Loading branch information
m133225 committed Jul 20, 2016
1 parent 5829b46 commit e2efe02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions VersionData.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version" : "V1.4.0ea",
"version" : "V1.4.1ea",
"libraries" : [ {
"filename" : "resource-V1.4.0ea.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/resource-V1.4.0ea.jar",
"filename" : "resource-V1.4.1ea.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/resource-V1.4.1ea.jar",
"os" : "ANY"
}, {
"filename" : "launcher-0.0.0.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/launcher-0.0.0.jar",
"filename" : "addressbook-V1.4.1ea.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/addressbook-V1.4.1ea.jar",
"os" : "ANY"
}, {
"filename" : "licence.jar",
Expand All @@ -17,8 +17,8 @@
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/commons-0.0.0.jar",
"os" : "ANY"
}, {
"filename" : "updater-0.0.0.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/updater-0.0.0.jar",
"filename" : "updater-0.0.1.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/updater-0.0.1.jar",
"os" : "ANY"
}, {
"filename" : "log4j-api-2.6.jar",
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

allprojects {
version = 'V1.4.0ea'
version = 'V1.4.1ea'

apply plugin: 'idea'
apply plugin: 'java'
Expand Down Expand Up @@ -59,7 +59,7 @@ allprojects {
// Commons and Updater versions to be updated here on release
commonsArchiveName = 'commons-0.0.0.jar'

updaterArchiveName = "updater-0.0.0.jar"
updaterArchiveName = "updater-0.0.1.jar"

mainAppArchiveName = 'resource-' + project.version + '.jar'
mainAppMainClass = 'address.MainApp'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/address/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MainApp extends Application {

private static final int VERSION_MAJOR = 1;
private static final int VERSION_MINOR = 4;
private static final int VERSION_PATCH = 0;
private static final int VERSION_PATCH = 1;
private static final boolean VERSION_EARLY_ACCESS = true;

public static final commons.Version VERSION = new commons.Version(
Expand Down

0 comments on commit e2efe02

Please sign in to comment.