From 77191bb684c16fecd5fe3ee915c9c8fe4ab86e0f Mon Sep 17 00:00:00 2001 From: Cosmo Wolfe Date: Thu, 28 Jun 2018 16:16:31 -0700 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 816d3ad1..8f596f3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsqr", - "version": "1.0.6", + "version": "1.1.0", "description": "A pure javascript QR code reading library that takes in raw images and will locate, extract and parse any QR code found within.", "repository": "https://github.com/cozmo/jsQR", "main": "./dist/jsQR.js",