Skip to content

Commit

Permalink
Prepare V0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
N. Justus committed Feb 27, 2017
1 parent 540afbc commit 0723554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 0723554

Please sign in to comment.