Skip to content

Commit

Permalink
Set version to 0.5.0 in prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Nov 1, 2014
1 parent 1e9c58e commit 68f4347
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 @@ -27,6 +27,6 @@ Compiled for scala 2.10
resolvers += "BenWhitehead" at "http://storage.googleapis.com/benwhitehead_me/maven/public"
libraryDependencies ++= Seq(
"io.github.benwhitehead.finch" %% "finch-server" % "0.4.0"
"io.github.benwhitehead.finch" %% "finch-server" % "0.5.0"
)
```
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.5.0-SNAPSHOT"
version := "0.5.0"

scalaVersion := "2.10.3"

Expand Down

0 comments on commit 68f4347

Please sign in to comment.