Skip to content

Commit 95dc7d8

Browse files
committed
0.1.4
1 parent 239838a commit 95dc7d8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CHANGELOG
2+
3+
## v0.1.4 (2015-02-17)
4+
- Added windows support
5+
- Added multiple qr code detection

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ qrdecoder.decode(path,
2424
```javascript
2525
{
2626
ZXingLocation: "/path",
27-
try_harder: false // (default)
27+
try_harder: false,
28+
multi: false
2829
}
2930
```
3031

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"description": "ZXing Wrapper",
11-
"version": "0.1.3",
11+
"version": "0.1.4",
1212
"homepage": "https://github.com/komola/node-zxing",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)