diff --git a/bower.json b/bower.json index 962c9bc6..1f1c5b4d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "JsBarcode", "main": "dist/JsBarcode.all.min.js", - "version": "3.3.10", + "version": "3.3.11", "homepage": "https://github.com/lindell/JsBarcode", "authors": [ "Johan Lindell " diff --git a/package.json b/package.json index 81c68c97..a45c4d7e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "jsbarcode", - "version": "3.3.10", + "version": "3.3.11", "description": "JsBarcode is a simple and powerfull way to create different types of 1d barcodes.", "main": "./bin/JsBarcode.js", "directories": { "example": "example", "test": "test", - "bin": "bin", "lib": "src" }, "scripts": {