From 7e61a2c8db64daaca804395e4bf5ac1be6ef250e Mon Sep 17 00:00:00 2001 From: Rodrigo Vieira Date: Thu, 5 Apr 2018 11:54:17 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ea3db7..c8d8288 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "print-js", "homepage": "http://printjs.crabbly.com", "description": "A tiny javascript library to help printing from the web.", - "version": "1.0.38", + "version": "1.0.39", "main": "dist/print.js", "repository": "https://github.com/crabbly/Print.js", "license": "MIT",