Skip to content

Commit

Permalink
Prepare for release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Feb 26, 2019
1 parent 97166f0 commit 8eb77b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,8 +2,8 @@

Service | Status | Description
------- | ------ | -----------
Travis | [![Build Status](https://travis-ci.org/slicebox/dicom-streams.svg?branch=develop)](https://travis-ci.org/slicebox/dicom-streams.svg?branch=develop) | [Tests](https://travis-ci.org/slicebox/dicom-streams/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/dicom-streams/badge.svg?branch=develop)](https://coveralls.io/github/slicebox/dicom-streams?branch=develop) | Code coverage
Travis | [![Build Status](https://travis-ci.org/slicebox/dicom-streams.svg?branch=master)](https://travis-ci.org/slicebox/dicom-streams.svg?branch=master) | [Tests](https://travis-ci.org/slicebox/dicom-streams/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/dicom-streams/badge.svg?branch=master)](https://coveralls.io/github/slicebox/dicom-streams?branch=master) | Code coverage
Gitter | [![Join the chat at https://gitter.im/slicebox/dicom-streams](https://badges.gitter.im/slicebox/dicom-streams.svg)](https://gitter.im/slicebox/dicom-streams?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | Chatroom

The purpose of this project is to create a streaming API for reading and processing DICOM data using [akka-streams](http://doc.akka.io/docs/akka/current/scala/stream/index.html).
Expand All @@ -25,7 +25,7 @@ resolvers ++= Seq(Resolver.sonatypeRepo("releases"), Resolver.sonatypeRepo("snap

The library is included by
```scala
libraryDependencies += "se.nimsa" %% "dicom-streams" % "0.8"
libraryDependencies += "se.nimsa" %% "dicom-streams" % "0.9"
```

### Data Model
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import sbt.IO
import DicomSourceGenerators._

name := "dicom-streams"
version := "0.9-SNAPSHOT"
version := "0.9"
organization := "se.nimsa"
scalaVersion := "2.12.8"
scalacOptions := Seq("-encoding", "UTF-8", "-Xlint", "-deprecation", "-unchecked", "-feature", "-target:jvm-1.8")
Expand Down

0 comments on commit 8eb77b7

Please sign in to comment.