From 0794a907610259786de7c7b39f454cc687c47163 Mon Sep 17 00:00:00 2001 From: Cosmo Wolfe Date: Thu, 28 Jun 2018 15:11:49 -0700 Subject: [PATCH] 1.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 003cf024..816d3ad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsqr", - "version": "1.0.5", + "version": "1.0.6", "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",