From a2c82da4b9f8dfb03bd001ab3a98ab16ef903e81 Mon Sep 17 00:00:00 2001 From: Justin Downing Date: Thu, 1 Jan 2015 15:19:24 -0500 Subject: [PATCH] Release 2.2.0 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index d35d61a..b40dcdd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jdowning-statsd", - "version": "2.1.0", + "version": "2.2.0", "source": "https://github.com/justindowning/puppet-statsd", "author": "Justin Downing", "license": "Apache-2.0", @@ -41,6 +41,6 @@ ], "requirements": [ { "name": "pe", "version_requirement": "3.x" }, - { "name": "puppet", "version_requirement": ">=3.2.4 <4.0" } + { "name": "puppet", "version_requirement": "3.x" } ] }