From b76cf4327448f1bf18342c3c0dcfad21f61e3834 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 23 Aug 2022 08:28:27 +0100 Subject: [PATCH] muwire 0.8.13 --- core/src/main/groovy/com/muwire/core/Core.groovy | 2 +- gradle.properties | 2 +- gui/griffon-app/resources/application.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 77575d81..177bb16c 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -742,7 +742,7 @@ public class Core { } } - Core core = new Core(props, home, "0.8.12") + Core core = new Core(props, home, "0.8.13") core.startServices() // ... at the end, sleep or execute script diff --git a/gradle.properties b/gradle.properties index 65fedf38..fed51394 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = com.muwire -version = 0.8.12 +version = 0.8.13 i2pVersion = 1.9.0 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 e860eb7f..fe60307c 100644 --- a/gui/griffon-app/resources/application.properties +++ b/gui/griffon-app/resources/application.properties @@ -4,10 +4,10 @@ application.name=MuWire application.version=0.8.13 # set this to 0 if this is not a beta -application.beta=5 +application.beta=0 # this is the version the core gets initialized with -application.coreVersion=0.8.12 +application.coreVersion=0.8.13 build.date=${build_date}