diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e0ad5..2a62255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog of Mo|E-Server -## Version 0.6.2-pre +## Version 0.6.2 - protocol documentation now in AsciiDoc - internal project representation now as *(filesystem) tree*; not as file list - adds opening a file in MoVE via `POST mope/ensemble/move` diff --git a/build.sbt b/build.sbt index 7573eb2..d8a8065 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val root = Project(id = "moie-server", base = file(".")). settings( organization := "de.thm.mote", name := "MoPE-server", - version := "0.6", + version := "0.6.2", scalaVersion := "2.11.8", javacOptions ++= Seq("-source", "1.8"), mainClass in Compile := Some("de.thm.mope.MoPE"),