From e7251bca22d35e56c63cd88eff3753f036d7436f Mon Sep 17 00:00:00 2001 From: Gurkenlabs Date: Mon, 12 Feb 2018 23:53:46 +0100 Subject: [PATCH] Update version to v0.4.9-alpha --- build.gradle | 2 +- sonar-project.properties | 2 +- utiliti/build.gradle | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 6847a5e84..a34928469 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'jacoco' apply plugin: 'maven' archivesBaseName = "litiengine" -version = "v0.4.8-alpha" +version = "v0.4.9-alpha" sourceSets { main.java.srcDir "src" diff --git a/sonar-project.properties b/sonar-project.properties index d2647ae1e..94b5e7868 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=de.gurkenlabs:litiengine # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=litiengine -sonar.projectVersion=0.4.8 +sonar.projectVersion=0.4.9 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # This property is optional if sonar.modules is set. diff --git a/utiliti/build.gradle b/utiliti/build.gradle index ec4defbc9..24f99096c 100644 --- a/utiliti/build.gradle +++ b/utiliti/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'java' apply plugin: 'eclipse' archivesBaseName = "utiliti" -version = "v0.4.8-alpha" +version = "v0.4.9-alpha" sourceSets { @@ -46,10 +46,10 @@ launch4j { mainClassName = 'de.gurkenlabs.utiliti.Program' icon = 'pixel-icon-utiLITI.ico' outputDir = 'libs' - outfile = archivesBaseName + '-v0.4.8-alpha.exe' + outfile = archivesBaseName + '-v0.4.9-alpha.exe' companyName = 'gurkenlabs.de' - version = '0.4.8' - textVersion = '0.4.8' + version = '0.4.9' + textVersion = '0.4.9' copyright = '2017 gurkenlabs.de' jvmOptions = ['-Xms256m', '-Xmx1024m'] }