Skip to content

Commit

Permalink
Bump new version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Jul 17, 2014
1 parent 4ba6e08 commit 7b5086e
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 @@ -14,7 +14,7 @@ How to finagle your REST API with Finch?
resolvers += "Finch.io" at "http://repo.konfettin.ru"

libraryDependencies ++= Seq(
"io" %% "finch" % "0.0.40"
"io" %% "finch" % "0.1.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Finch extends Build {

lazy val buildSettings = Seq(
organization := "io",
version := "0.0.40",
version := "0.1.0",
scalaVersion := "2.10.3"
)

Expand Down

0 comments on commit 7b5086e

Please sign in to comment.