From a6f6e7815d527ea7af51a5e0e900a7c7df9b394a Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 18 Jan 2022 20:02:19 +0000 Subject: [PATCH] Release 0.8.11 --- .../src/main/groovy/com/muwire/clilanterna/CliLanterna.groovy | 2 +- core/src/main/groovy/com/muwire/core/Core.groovy | 2 +- gradle.properties | 2 +- gui/griffon-app/resources/application.properties | 2 +- 4 files changed, 4 insertions(+), 4 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 ebad01e9..207f6f23 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.8.10" + private static final String MW_VERSION = "0.8.11" 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 c62ef650..955ffd32 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -671,7 +671,7 @@ public class Core { } } - Core core = new Core(props, home, "0.8.10") + Core core = new Core(props, home, "0.8.11") core.startServices() // ... at the end, sleep or execute script diff --git a/gradle.properties b/gradle.properties index 6d589c74..c78a6c75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = com.muwire -version = 0.8.10 +version = 0.8.11 i2pVersion = 1.6.1 groovyVersion = 3.0.9 griffonVersion= 2.15.1 diff --git a/gui/griffon-app/resources/application.properties b/gui/griffon-app/resources/application.properties index bc83620c..7b35ee15 100644 --- a/gui/griffon-app/resources/application.properties +++ b/gui/griffon-app/resources/application.properties @@ -1,5 +1,5 @@ application.name=MuWire -application.version=0.8.10 +application.version=0.8.11 build.date=${build_date} build.time=${build_time} build.revision=${build_revision}