Skip to content

Commit

Permalink
Pre-release changes to build.sbt and README
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Sep 22, 2015
1 parent 063add9 commit f63edec
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 @@ -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/slicebox/slicebox/badge.svg?branch=develop&service=github)](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/slicebox/slicebox/badge.svg?branch=master&service=github)](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 | - | [REST API](http://slicebox.github.io/slicebox)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import de.heikoseeberger.sbtheader.license.Apache2_0

name := "slicebox"

version := "0.8-SNAPSHOT"
version := "0.8"

organization := "se.nimsa"

Expand Down

0 comments on commit f63edec

Please sign in to comment.