From 1c752334daae9a5bd781dc3665bbfc8b749316ba Mon Sep 17 00:00:00 2001 From: Cody Rigney Date: Mon, 21 May 2018 08:59:19 -0400 Subject: [PATCH] Up version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78000ac..4db06d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-sftp-s3", - "version": "0.0.8", + "version": "0.0.9", "description": "Node JS module for creating an SFTP server with user isolation that uses S3 for file storage.", "main": "index.js", "scripts": {