Skip to content

Commit

Permalink
V1.6.1ea
Browse files Browse the repository at this point in the history
  • Loading branch information
m133225 committed Jul 21, 2016
1 parent 37f881e commit 82259e3
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,20 +1,20 @@
{
"version" : "V1.6.0ea",
"version" : "V1.6.1ea",
"libraries" : [ {
"filename" : "resource-V1.6.0ea.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/resource-V1.6.0ea.jar",
"filename" : "resource-V1.6.1ea.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/resource-V1.6.1ea.jar",
"os" : "ANY"
}, {
"filename" : "addressbook-V1.6.0ea.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/addressbook-V1.6.0ea.jar",
"filename" : "addressbook-V1.6.1ea.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/addressbook-V1.6.1ea.jar",
"os" : "ANY"
}, {
"filename" : "licence.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/licence.jar",
"os" : "ANY"
}, {
"filename" : "commons-0.0.1.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/commons-0.0.1.jar",
"filename" : "commons-0.0.2.jar",
"downloadLink" : "https://github.com/HubTurbo/addressbook/releases/download/Resources/commons-0.0.2.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 @@ -11,7 +11,7 @@ plugins {
}

allprojects {
version = 'V1.6.0ea'
version = 'V1.6.1ea'

apply plugin: 'idea'
apply plugin: 'java'
Expand Down Expand Up @@ -58,7 +58,7 @@ allprojects {
commonsIoVersion = '2.4'

// Commons and Updater versions to be updated here on release
commonsArchiveName = 'commons-0.0.1.jar'
commonsArchiveName = 'commons-0.0.2.jar'

updaterArchiveName = "updater.jar"

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 @@ -26,7 +26,7 @@ public class MainApp extends Application {

private static final int VERSION_MAJOR = 1;
private static final int VERSION_MINOR = 6;
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 82259e3

Please sign in to comment.