From 3a728c951e87fe006c65e7504e39882d48936b35 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Mon, 18 Jul 2016 20:25:14 +1000 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a054973..7b2d8a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trim-off-newlines", - "version": "1.0.0", + "version": "1.0.1", "description": "Similar to String#trim() but removes only newlines", "license": "MIT", "repository": "stevemao/trim-off-newlines",