Skip to content

Commit

Permalink
Prepare for release of v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Feb 9, 2015
1 parent 5710262 commit 1a0b410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,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.7.1"
"io.github.benwhitehead.finch" %% "finch-server" % "0.7.2"
)
```
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.7.2-SNAPSHOT"
version := "0.7.2"

crossScalaVersions := Seq("2.10.3", "2.11.4")

Expand Down

0 comments on commit 1a0b410

Please sign in to comment.