From 7bd95e37a2b5df6b962fbfb5ba25407539bd87ff Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 8 Sep 2020 22:49:49 -0400 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f71b9b8..2b45316 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.1.0", + "version": "1.1.1", "main": "dist/print.js", "types": "src/index.d.ts", "repository": "https://github.com/crabbly/Print.js",