From a50908ea621c9842fe1e149fed6169b109986acf Mon Sep 17 00:00:00 2001 From: Jordi Prats Date: Tue, 8 Mar 2016 11:35:37 +0100 Subject: [PATCH] =?UTF-8?q?corretgida=20documentaci=C3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05f70da..6f1da40 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Just add a dependency on your metadata.json file, for example: "dependencies": [ {"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0"}, {"name":"puppetlabs/concat","version_requirement":">= 1.2.3"}, - {"name":"eyp/eyplib","version_requirement":">= 0.0.1 < 0.1.0"} + {"name":"eyp/eyplib","version_requirement":">= 0.1.0 < 0.2.0"} ], ``` diff --git a/metadata.json b/metadata.json index ca8803e..d08a07f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "eyp-eyplib", - "version": "0.1.0", + "version": "0.1.1", "author": "eyp", "summary": "Utility functions for puppet modules", "license": "Apache-2.0",