Skip to content

Commit

Permalink
Removed process.on(uncaughtException) handler from freetype.js
Browse files Browse the repository at this point in the history
  • Loading branch information
metafloor committed Sep 19, 2016
1 parent fc34ccb commit 575f410
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the [Version 1.0 Release Announcement](https://github.com/metafloor/bwip-js/
## Status

* Current bwip-js version is 1.1.0 (2016-08-29)
* Current bwip-js version is 1.1.1 (2016-09-19)
* Current BWIPP version is 2016-08-29
* Node.js compatibility >= v0.10

Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
</head><body>
<div id="header">
<div id="bwipjs">bwip-js // Barcode Writer in Pure JavaScript</div>
<div id="version">bwip-js 1.1.0 (2016-08-29) / BWIPP 2016-08-29</div>
<div id="version">bwip-js 1.1.1 (2016-09-19) / BWIPP 2016-08-29</div>
<div id="fonthdr">&#x25bc; Fonts</div>
<div id="fontdiv" style="visibility:hidden">
<div class="inner">
Expand Down
2 changes: 1 addition & 1 deletion freetype.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node-bwipjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports.unloadFont = function(fontname) {
freetype.unlink('/' + fontname);
}

module.exports.bwipjs_version = "1.1.0 (2016-08-29)";
module.exports.bwipjs_version = "1.1.1 (2016-09-19)";
module.exports.bwipp_version = "2016-08-29";


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bwip-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Barcode generator supporting over 90 types and standards.",
"main": "node-bwipjs",
"bin": {
Expand Down

0 comments on commit 575f410

Please # to comment.