From dbae78a72b1d04c68b3dc253caf14b68bc5083a8 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Wed, 25 Feb 2015 14:55:03 +0200 Subject: [PATCH] Bumped version to v1.7.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ac6c09fd..cfdf2bd9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andris Reinman ", "name": "pem", "description": "Create private keys and certificates with node.js", - "version": "1.6.0", + "version": "1.7.0", "repository": { "type": "git", "url": "git://github.com/andris9/pem.git" @@ -23,4 +23,4 @@ "engines": { "node": "*" } -} \ No newline at end of file +}