Release 0.8.9

auto-update muwire-0.8.9
Zlatin Balevsky 2021-09-14 21:44:21 +01:00
parent cd217b4e6e
commit 5cd06bc58b
No known key found for this signature in database
GPG Key ID: A72832072D525E41
4 changed files with 4 additions and 4 deletions

View File

@ -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.8"
private static final String MW_VERSION = "0.8.9"
private static volatile Core core

View File

@ -664,7 +664,7 @@ public class Core {
}
}
Core core = new Core(props, home, "0.8.8")
Core core = new Core(props, home, "0.8.9")
core.startServices()
// ... at the end, sleep or execute script

View File

@ -1,5 +1,5 @@
group = com.muwire
version = 0.8.8
version = 0.8.9
i2pVersion = 1.5.0
groovyVersion = 3.0.8
griffonVersion= 2.15.1

View File

@ -1,5 +1,5 @@
application.name=MuWire
application.version=0.8.8
application.version=0.8.9
build.date=${build_date}
build.time=${build_time}
build.revision=${build_revision}