Skip to content

Commit

Permalink
Prepare for releaase 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Sep 10, 2018
1 parent 1be1fca commit e7ed7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@

Service | Status | Description
------- | ------ | -----------
Travis | [![Build Status](https://travis-ci.org/slicebox/dcm4che-streams.svg?branch=develop)](https://travis-ci.org/slicebox/dcm4che-streams.svg?branch=develop) | [Tests](https://travis-ci.org/slicebox/dcm4che-streams/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/dcm4che-streams/badge.svg?branch=develop)](https://coveralls.io/github/slicebox/dcm4che-streams?branch=develop) | Code coverage
Travis | [![Build Status](https://travis-ci.org/slicebox/dcm4che-streams.svg?branch=master)](https://travis-ci.org/slicebox/dcm4che-streams.svg?branch=master) | [Tests](https://travis-ci.org/slicebox/dcm4che-streams/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/dcm4che-streams/badge.svg?branch=master)](https://coveralls.io/github/slicebox/dcm4che-streams?branch=master) | Code coverage



Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,5 +1,5 @@
name := "dcm4che-streams"
version := "0.8-SNAPSHOT"
version := "0.8"
organization := "se.nimsa"
scalaVersion := "2.12.6"
scalacOptions := Seq("-encoding", "UTF-8", "-Xlint", "-deprecation", "-unchecked", "-feature", "-target:jvm-1.8")
Expand Down

0 comments on commit e7ed7e4

Please sign in to comment.