Skip to content

Commit 575f410

Browse files
committed
Removed process.on(uncaughtException) handler from freetype.js
1 parent fc34ccb commit 575f410

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See the [Version 1.0 Release Announcement](https://github.com/metafloor/bwip-js/
2828
2929
## Status
3030

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

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
</head><body>
288288
<div id="header">
289289
<div id="bwipjs">bwip-js // Barcode Writer in Pure JavaScript</div>
290-
<div id="version">bwip-js 1.1.0 (2016-08-29) / BWIPP 2016-08-29</div>
290+
<div id="version">bwip-js 1.1.1 (2016-09-19) / BWIPP 2016-08-29</div>
291291
<div id="fonthdr">&#x25bc; Fonts</div>
292292
<div id="fontdiv" style="visibility:hidden">
293293
<div class="inner">

freetype.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-bwipjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ module.exports.unloadFont = function(fontname) {
150150
freetype.unlink('/' + fontname);
151151
}
152152

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

156156

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bwip-js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Barcode generator supporting over 90 types and standards.",
55
"main": "node-bwipjs",
66
"bin": {

0 commit comments

Comments
 (0)