Release 0.8.7

hotfix/0.8.7 muwire-0.8.7
Zlatin Balevsky 2021-05-19 02:04:01 +01:00
parent bf64ddcc4d
commit c3e1a8faad
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.5"
private static final String MW_VERSION = "0.8.7"
private static volatile Core core

View File

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

View File

@ -1,5 +1,5 @@
group = com.muwire
version = 0.8.6
version = 0.8.7
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.6
application.version=0.8.7
build.date=${build_date}
build.time=${build_time}
build.revision=${build_revision}