From f2b2c2038afe08f40e986b4573243f6fdd17024f Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 19 Apr 2022 21:20:07 +0100 Subject: [PATCH] MuWire 0.8.12 --- 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 2b37db109..2f2c02d94 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -693,7 +693,7 @@ public class Core { } } - Core core = new Core(props, home, "0.8.11") + Core core = new Core(props, home, "0.8.12") core.startServices() // ... at the end, sleep or execute script diff --git a/gradle.properties b/gradle.properties index 5d0763683..3f9dafa16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = com.muwire -version = 0.8.11 +version = 0.8.12 i2pVersion = 1.7.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 fff726d53..7c0d523d6 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.12 # set this to 0 if this is not a beta -application.beta=8 +application.beta=0 # this is the version the core gets initialized with -application.coreVersion=0.8.11 +application.coreVersion=0.8.12 build.date=${build_date}