Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschaaf committed Feb 17, 2015
1 parent 239838a commit 95dc7d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## v0.1.4 (2015-02-17)
- Added windows support
- Added multiple qr code detection
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ qrdecoder.decode(path,
```javascript
{
ZXingLocation: "/path",
try_harder: false // (default)
try_harder: false,
multi: false
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"description": "ZXing Wrapper",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/komola/node-zxing",
"repository": {
"type": "git",
Expand Down

0 comments on commit 95dc7d8

Please sign in to comment.