Skip to content

Commit

Permalink
Missed two files in 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
metafloor committed Jul 12, 2017
1 parent d7e0e81 commit 38664db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4.0 (2017-07-12)
* Current bwip-js version is 1.4.1 (2017-07-12)
* Current BWIPP version is 2017-06-09
* 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 @@ -302,7 +302,7 @@
</head><body>
<div id="header">
<div id="bwipjs">bwip-js // Barcode Writer in Pure JavaScript</div>
<div id="version">bwip-js 1.4.0 (2017-07-12) / BWIPP 2017-06-09</div>
<div id="version">bwip-js 1.4.1 (2017-07-12) / BWIPP 2017-06-09</div>
<div id="fonthdr">&#x25bc; Fonts</div>
<div id="fontdiv" style="visibility:hidden">
<div class="inner">
Expand Down
2 changes: 1 addition & 1 deletion node-bwipjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ module.exports.unloadFont = function(fontname) {
freetype.unlink('/' + fontname);
}

module.exports.bwipjs_version = "1.4.0 (2017-07-12)";
module.exports.bwipjs_version = "1.4.1 (2017-07-12)";
module.exports.bwipp_version = "2017-06-09";
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.4.0",
"version": "1.4.1",
"description": "Barcode generator supporting over 90 types and standards.",
"main": "node-bwipjs",
"bin": {
Expand Down

0 comments on commit 38664db

Please sign in to comment.