From 5eec16f8054e4c289221b4fc97d3c2a4d1d6425b Mon Sep 17 00:00:00 2001 From: Stijn De Haes Date: Thu, 12 Oct 2017 20:46:17 +0200 Subject: [PATCH] Release 0.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3710325..f6cd90e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "play-prometheus-filters" organization := "com.github.stijndehaes" -version := "0.2.1" +version := "0.2.2" lazy val root = (project in file(".")) .enablePlugins(PlayScala)