Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Releasing 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndehaes committed May 6, 2018
1 parent 56ceeb0 commit d1ceb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ https://github.com/stijndehaes/play-prometheus-filters-example-app
To use the library add the following to you build.sbt:

```scala
libraryDependencies += "com.github.stijndehaes" %% "play-prometheus-filters" % "0.3.0"
libraryDependencies += "com.github.stijndehaes" %% "play-prometheus-filters" % "0.4.0"

```
This version only supports play 2.6.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
name := "play-prometheus-filters"
organization := "com.github.stijndehaes"

version := "0.4.0-rc1"
version := "0.4.0"

lazy val root = (project in file("."))
.enablePlugins(PlayScala)
Expand Down

0 comments on commit d1ceb53

Please sign in to comment.