Skip to content

Commit

Permalink
Prepare for release of 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Jul 5, 2016
1 parent 0bf8cd5 commit 871f519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Hello World

# Artifacts

Compiled for scala 2.10 and 2.11
Compiled for scala 2.11

## SBT

Expand All @@ -89,6 +89,6 @@ Artifacts for finch-server are currently hosed in a google storage bucket, so yo
resolvers += "finch-server" at "http://storage.googleapis.com/benwhitehead_me/maven/public"
libraryDependencies ++= Seq(
"io.github.benwhitehead.finch" %% "finch-server" % "0.9.0"
"io.github.benwhitehead.finch" %% "finch-server" % "0.9.1"
)
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "io.github.benwhitehead.finch"

name := "finch-server"

version := "0.9.1-SNAPSHOT"
version := "0.9.1"

scalaVersion := "2.11.7"

Expand Down

0 comments on commit 871f519

Please sign in to comment.