Skip to content

Commit

Permalink
bump to release clean version, fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
liorh committed Oct 14, 2015
1 parent ad17399 commit e357480
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 @@ -22,7 +22,7 @@ Add metrics-play dependency:
```scala
val appDependencies = Seq(
...
"com.kenshoo" %% "metrics-play" % "2.4.0_0.4.0"
"com.kenshoo" %% "metrics-play" % "2.4.0_0.4.1"
)
```

Expand Down
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:= "com.kenshoo"

name := "metrics-play"

version := "2.4.0_0.4.0"
version := "2.4.0_0.4.1"

scalaVersion := "2.11.6"

Expand Down

0 comments on commit e357480

Please sign in to comment.