Skip to content

Commit

Permalink
Prepare for release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Feb 22, 2018
1 parent 76ed602 commit 1f2ad9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,11 +1,11 @@
![](./docs/images/logo_white_framed.png "Slicebox") Slicebox
![](src/main/public/images/logo_white_framed_small.png "Slicebox") Slicebox
=====================================================

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.1"
organization := "se.nimsa"
scalaVersion := "2.12.4"
scalacOptions := Seq("-encoding", "UTF-8", "-Xlint", "-deprecation", "-unchecked", "-feature", "-target:jvm-1.8")
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.1")

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

0 comments on commit 1f2ad9c

Please sign in to comment.