Skip to content

Commit

Permalink
Version to 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-lange committed Oct 21, 2017
1 parent 93082ac commit d88363f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.packager.docker._

name := "JATOS"
version := "3.1.9"
version := "3.1.10"
organization := "org.jatos"
scalaVersion := "2.11.11"

Expand Down
4 changes: 1 addition & 3 deletions modules/common/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import com.typesafe.config._

name := "jatos-common"
version := "3.1.9"
version := "3.1.10"
organization := "org.jatos"
scalaVersion := "2.11.11"

Expand Down
2 changes: 1 addition & 1 deletion modules/gui/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "jatos-gui"
version := "3.1.9"
version := "3.1.10"
organization := "org.jatos"
scalaVersion := "2.11.11"

Expand Down
2 changes: 1 addition & 1 deletion modules/publix/app/assets/javascripts/jatos.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var jatos = {};
/**
* jatos.js version
*/
jatos.version = "3.1.9";
jatos.version = "3.1.10";
/**
* How long should JATOS wait until to retry the HTTP call. Warning: There is a
* general problem with JATOS and HTTP retries. In many cases a JATOS regards a
Expand Down
2 changes: 1 addition & 1 deletion modules/publix/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "jatos-publix"
version := "3.1.9"
version := "3.1.10"
organization := "org.jatos"
scalaVersion := "2.11.11"

Expand Down
2 changes: 1 addition & 1 deletion modules/session/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "jatos-session"
version := "3.1.9"
version := "3.1.10"
organization := "org.jatos"
scalaVersion := "2.11.11"

Expand Down

0 comments on commit d88363f

Please sign in to comment.