Skip to content

Commit

Permalink
Prepare for relase 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed May 9, 2018
1 parent 32b17b2 commit ee2b5ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,8 @@
Service | Status | Description
------- | ------ | -----------
Bintray | [![Download](https://api.bintray.com/packages/slicebox/slicebox/installers/images/download.svg) ](https://bintray.com/slicebox/slicebox/installers/_latestVersion) | Latest Version on Bintray
Travis | [![Build Status](https://travis-ci.org/slicebox/slicebox.svg?branch=develop)](https://travis-ci.org/slicebox/slicebox.svg?branch=develop) | [Tests](https://travis-ci.org/slicebox/slicebox/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/slicebox/badge.svg?branch=develop)](https://coveralls.io/github/slicebox/slicebox?branch=develop) | Code coverage
Travis | [![Build Status](https://travis-ci.org/slicebox/slicebox.svg?branch=master)](https://travis-ci.org/slicebox/slicebox.svg?branch=master) | [Tests](https://travis-ci.org/slicebox/slicebox/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/slicebox/badge.svg?branch=master)](https://coveralls.io/github/slicebox/slicebox?branch=master) | Code coverage
Gitter | [![Join the chat at https://gitter.im/slicebox/slicebox](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/slicebox/slicebox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | Chatroom
Documentation | - | [Wiki](https://github.com/slicebox/slicebox/wiki)
API Documentation | - | [REST API](http://slicebox.github.io/slicebox-api)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,5 +1,5 @@
name := "slicebox"
version := "1.5-SNAPSHOT"
version := "1.4.3"
organization := "se.nimsa"
scalaVersion := "2.12.5"
scalacOptions := Seq("-encoding", "UTF-8", "-Xlint", "-deprecation", "-unchecked", "-feature", "-target:jvm-1.8")
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/se/nimsa/sbx/app/Slicebox.scala
Expand Up @@ -52,7 +52,7 @@ import scala.util.{Failure, Success}

trait SliceboxBase extends SliceboxRoutes with DicomStreamOps with JsonFormats with PlayJsonSupport {

val systemInformation: SystemInformation = SystemInformation("1.5-SNAPSHOT")
val systemInformation: SystemInformation = SystemInformation("1.4.3")

val appConfig: Config = ConfigFactory.load()
val sliceboxConfig = appConfig.getConfig("slicebox")
Expand Down

0 comments on commit ee2b5ac

Please sign in to comment.