From 6170b37d291d49a536dc2044a0888039766e5f55 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 8 Apr 2019 16:39:41 +0200 Subject: [PATCH] 7.0.2 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e78433..d5fe001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartfile", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d8e9d4..257c741 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartfile", "private": false, - "version": "7.0.1", + "version": "7.0.2", "description": "offers smart ways to work with files in nodejs", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -48,4 +48,4 @@ "tslint": "^5.15.0", "tslint-config-prettier": "^1.18.0" } -} \ No newline at end of file +}