mirror of https://github.com/zlatinb/muwire
parent
cd217b4e6e
commit
5cd06bc58b
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue