From cccd9219b6c2cbe4a92a0a69e569bdc3bde1e94c Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sun, 28 Jun 2015 12:05:43 -0700 Subject: [PATCH] Bump version to 0.1.0.1 --- example/prometheus-haskell-example.cabal | 2 +- prometheus-client/prometheus-client.cabal | 2 +- prometheus-metrics-ghc/prometheus-metrics-ghc.cabal | 2 +- wai-middleware-prometheus/wai-middleware-prometheus.cabal | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/prometheus-haskell-example.cabal b/example/prometheus-haskell-example.cabal index 9f8c531..ebc34c9 100644 --- a/example/prometheus-haskell-example.cabal +++ b/example/prometheus-haskell-example.cabal @@ -1,5 +1,5 @@ name: prometheus-haskell-example -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Example app for prometheus-haskell. description: Example app for prometheus-haskell. homepage: https://github.com/fimad/prometheus-haskell diff --git a/prometheus-client/prometheus-client.cabal b/prometheus-client/prometheus-client.cabal index 01eedc0..8ba5c3c 100644 --- a/prometheus-client/prometheus-client.cabal +++ b/prometheus-client/prometheus-client.cabal @@ -1,5 +1,5 @@ name: prometheus-client -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Haskell client library for http://prometheus.io. description: Haskell client library for http://prometheus.io. homepage: https://github.com/fimad/prometheus-haskell diff --git a/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal b/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal index 0062026..8822e1b 100644 --- a/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal +++ b/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal @@ -1,5 +1,5 @@ name: prometheus-metrics-ghc -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Metrics exposing GHC runtime information for use with prometheus-client. description: diff --git a/wai-middleware-prometheus/wai-middleware-prometheus.cabal b/wai-middleware-prometheus/wai-middleware-prometheus.cabal index 075c6bf..ddd09e0 100644 --- a/wai-middleware-prometheus/wai-middleware-prometheus.cabal +++ b/wai-middleware-prometheus/wai-middleware-prometheus.cabal @@ -1,5 +1,5 @@ name: wai-middleware-prometheus -version: 0.1.0.0 +version: 0.1.0.1 synopsis: WAI middlware for exposing http://prometheus.io metrics. description: