Skip to content

Commit

Permalink
jump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Mar 3, 2016
1 parent 124696f commit a0d7682
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 @@ -37,7 +37,7 @@ Install & Integrate
--------------------
To use `form-binder`, pls add the dependency to your [sbt](http://www.scala-sbt.org/ "slick-sbt") project file:
```scala
libraryDependencies += "com.github.tminglei" %% "form-binder" % "0.12.0"
libraryDependencies += "com.github.tminglei" %% "form-binder" % "0.12.1"
```

Then you can integrate it with your framework to simplify normal usage.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "form-binder"

version := "0.12.0"
version := "0.12.1"

scalaVersion := "2.11.7"

Expand Down

0 comments on commit a0d7682

Please sign in to comment.