Skip to content

Commit

Permalink
Set version to 0.2.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Sep 27, 2014
1 parent 478d4da commit 96c8115
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 @@ -21,6 +21,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.2.0"
"io.github.benwhitehead.finch" %% "finch-server" % "0.2.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.2.1-SNAPSHOT"
version := "0.2.1"

scalaVersion := "2.10.3"

Expand Down

0 comments on commit 96c8115

Please sign in to comment.