Release 0.8.8

pull/62/head muwire-0.8.8
Zlatin Balevsky 2021-07-07 21:10:33 +01:00
parent ab1a45b03a
commit 5f229d903f
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.7"
private static final String MW_VERSION = "0.8.8"
private static volatile Core core

View File

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

View File

@ -1,5 +1,5 @@
group = com.muwire
version = 0.8.7
version = 0.8.8
i2pVersion = 0.9.50
groovyVersion = 3.0.4
griffonVersion= 2.15.1

View File

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