From c25546e1e17cd7a94dcc2d5256caf980450c2c2a Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 29 May 2020 12:06:53 +0100 Subject: [PATCH] Release 0.7.1 --- .../src/main/groovy/com/muwire/clilanterna/CliLanterna.groovy | 2 +- core/src/main/groovy/com/muwire/core/Core.groovy | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli-lanterna/src/main/groovy/com/muwire/clilanterna/CliLanterna.groovy b/cli-lanterna/src/main/groovy/com/muwire/clilanterna/CliLanterna.groovy index 6d56e868..8fccde49 100644 --- a/cli-lanterna/src/main/groovy/com/muwire/clilanterna/CliLanterna.groovy +++ b/cli-lanterna/src/main/groovy/com/muwire/clilanterna/CliLanterna.groovy @@ -32,7 +32,7 @@ import com.muwire.core.UILoadedEvent import com.muwire.core.files.AllFilesLoadedEvent class CliLanterna { - private static final String MW_VERSION = "0.7.0" + private static final String MW_VERSION = "0.7.1" private static volatile Core core diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 0f851da9..82fc59b0 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -546,7 +546,7 @@ public class Core { } } - Core core = new Core(props, home, "0.7.0") + Core core = new Core(props, home, "0.7.1") core.startServices() // ... at the end, sleep or execute script diff --git a/gradle.properties b/gradle.properties index dc1471c2..bc6524c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = com.muwire -version = 0.7.0 +version = 0.7.1 i2pVersion = 0.9.46 groovyVersion = 2.4.15 slf4jVersion = 1.7.25