From 324a096f05ecb93cc5e745365cf835db409215be Mon Sep 17 00:00:00 2001 From: Steve Miller Date: Fri, 5 Jan 2018 23:56:41 -0500 Subject: [PATCH] v0.1.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9fd3db..fba2d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-truncate", - "version": "0.0.5", + "version": "0.1.6", "description": "A small library that truncates a string. It can insert or append an ellipsis at any desired position of the truncated result.", "main": "dist/smart-truncate.es5.js", "scripts": {