Skip to content

Commit c67424b

Browse files
committed
Fix for issue #60.
1 parent ea6e54c commit c67424b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.2 (2016-12-22)
31+
* Current bwip-js version is 1.2.3 (2017-01-16)
3232
* Current BWIPP version is 2016-12-16
3333
* Node.js compatibility >= v0.10
3434

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
</head><body>
298298
<div id="header">
299299
<div id="bwipjs">bwip-js // Barcode Writer in Pure JavaScript</div>
300-
<div id="version">bwip-js 1.2.2 (2016-12-22) / BWIPP 2016-12-16</div>
300+
<div id="version">bwip-js 1.2.3 (2017-01-16) / BWIPP 2016-12-16</div>
301301
<div id="fonthdr">&#x25bc; Fonts</div>
302302
<div id="fontdiv" style="visibility:hidden">
303303
<div class="inner">

node-bwipjs.js

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

157-
module.exports.bwipjs_version = "1.2.2 (2016-12-22)";
157+
module.exports.bwipjs_version = "1.2.3 (2017-01-16)";
158158
module.exports.bwipp_version = "2016-12-16";
159159

160160

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.2.2",
3+
"version": "1.2.3",
44
"description": "Barcode generator supporting over 90 types and standards.",
55
"main": "node-bwipjs",
66
"bin": {

0 commit comments

Comments
 (0)