From 679f78d24893a97c791913577bcd246cf1402a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 5 Jul 2019 15:26:23 +0200 Subject: [PATCH] Bump the cookbook version Co-authored-by: Sebastian Kippe --- Berksfile.lock | 2 +- metadata.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Berksfile.lock b/Berksfile.lock index 7266f30..1167417 100644 --- a/Berksfile.lock +++ b/Berksfile.lock @@ -10,7 +10,7 @@ GRAPH build-essential (8.1.1) mingw (>= 1.1) seven_zip (>= 0.0.0) - ipfs (0.1.3) + ipfs (0.4.0) ark (>= 0.0.0) mingw (2.1.0) seven_zip (>= 0.0.0) diff --git a/metadata.rb b/metadata.rb index 1ee7900..009895f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org' license 'MIT' description 'Installs/Configures ipfs' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.3.0' +version '0.4.0' supports %w(ubuntu debian)