Skip to content

Commit

Permalink
Release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Oct 5, 2016
1 parent f4e197a commit 91b2b76
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ Download or get the CDN link to the script:
| CODE39 | CODE39 | 4.6 kB | [JsBarcode.code39.min.js][3] |
| EAN / UPC | EAN-13, EAN-8, EAN-5, EAN-2, UPC (A) | 5.3 kB | [JsBarcode.ean-upc.min.js][4] |
| ITF-14 | ITF-14 | 4.4 kB | [JsBarcode.itf-14.min.js][5] |
| ITF | ITF | 4.3 kB | [JsBarcode.itf.min.js][6] |
| ITF | ITF | 4.4 kB | [JsBarcode.itf.min.js][6] |
| MSI | MSI, MSI10, MSI11, MSI1010, MSI1110 | 4.6 kB | [JsBarcode.msi.min.js][7] |
| Pharmacode | Pharmacode | 4.2 kB | [JsBarcode.pharmacode.min.js][8] |
| Pharmacode | Pharmacode | 4.3 kB | [JsBarcode.pharmacode.min.js][8] |
| Codabar | Codabar | 4.4 kB | [JsBarcode.codabar.min.js][9] |

### Step 2:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "JsBarcode",
"main": "dist/JsBarcode.all.min.js",
"version": "3.5.1",
"version": "3.5.2",
"homepage": "https://github.com/lindell/JsBarcode",
"authors": [
"Johan Lindell <johan@lindell.me>"
Expand Down
1 change: 1 addition & 0 deletions dist/JsBarcode.all.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.codabar.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.code128.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.code39.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.ean-upc.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.itf-14.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.itf.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.msi.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/barcodes/JsBarcode.pharmacode.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbarcode",
"version": "3.5.1",
"version": "3.5.2",
"description": "JsBarcode is a customizable barcode generator with support for multiple barcode formats.",
"main": "./bin/JsBarcode.js",
"directories": {
Expand Down

0 comments on commit 91b2b76

Please sign in to comment.