From 2a57e5b71cbb5f3a84e622e8746100c4a989f8ae Mon Sep 17 00:00:00 2001 From: abbr Date: Sat, 10 May 2014 20:42:36 -0700 Subject: [PATCH] increase version # --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6af8fb2..827f5ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nagios-plugin", "description": "Facilitates writing Nagios plugins", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "author": { "name": "Fred" @@ -26,4 +26,4 @@ }, "homepage": "https://github.com/abbr/nagios-plugin", "keywords": ["nagios"] -} \ No newline at end of file +}