From 22639a9949c95e6f757ceb48a4ef23ead30e35b2 Mon Sep 17 00:00:00 2001 From: bdistin Date: Fri, 30 Jun 2017 13:46:24 -0500 Subject: [PATCH] Proper SemVer --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d7345ec..b8c61d0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-nextra", - "version": "0.1.2", + "version": "0.1.3", "description": "Node.js V8 native fs enhanced with util.promisify and standard extra methods.", "main": "index.js", "scripts": {