muwire 0.8.13

dbus-notify muwire-0.8.13
Zlatin Balevsky 2022-08-23 08:28:27 +01:00
parent 364a77b8ef
commit b76cf43274
No known key found for this signature in database
GPG Key ID: A72832072D525E41
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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}