Release 0.8.11

auto-update muwire-0.8.11
Zlatin Balevsky 2022-01-18 20:02:19 +00:00
parent 0e1def46a6
commit a6f6e7815d
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.10"
private static final String MW_VERSION = "0.8.11"
private static volatile Core core

View File

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

View File

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

View File

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