diff --git a/README.md b/README.md index 72eef80..6c2c63b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ quaggaJS ======== -- [Changelog](#changelog) (2015-05-09) +- [Changelog](#changelog) (2015-05-18) ## What is QuaggaJS? @@ -293,6 +293,11 @@ work. ## Changelog +### 2015-05-18 +- Improvements + - Making EAN and UPC readers more restrictive + - Added integration-tests for all barcode-readers + ### 2015-05-09 - Improvements - Odd image dimensions no longer cause problems diff --git a/package.json b/package.json index ba2f5e7..e287420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quagga", - "version": "0.6.2", + "version": "0.6.3", "description": "An advanced barcode-scanner written in JavaScript", "main": "dist/quagga.js", "devDependencies": {