From f1f8aaa4abb1c5f7b1c113769ca8fc39d533277e Mon Sep 17 00:00:00 2001 From: Ryan DeShone Date: Fri, 7 Apr 2017 11:05:53 -0400 Subject: [PATCH] Fix Debian versions 7 and 8 are the currently supported versions, not 6 and 7. Derp. --- metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 192027f..5df2798 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ardichoke-arpwatch", - "version": "0.2.0", + "version": "0.2.1", "author": "ardichoke", "summary": "Install and manage arpwatch", "license": "Apache-2.0", @@ -19,8 +19,8 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "6", - "7" + "7", + "8" ] } ],