Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 83b4551

Browse files
committed
1.5.1
1 parent 1ebc5e3 commit 83b4551

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

dist/jspdf.debug.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
/** @license
88
* jsPDF - PDF Document creation from JavaScript
9-
* Version 1.4.1-136-g1365e4a Built on 2018-12-20T15:37:26.269Z
10-
* CommitID 1365e4a140
9+
* Version 1.4.1-138-g1ebc5e3 Built on 2018-12-20T15:41:48.427Z
10+
* CommitID 1ebc5e34f1
1111
*
1212
* Copyright (c) 2010-2016 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
1313
* 2010 Aaron Spike, https://github.com/acspike
@@ -4118,7 +4118,7 @@
41184118
* @memberOf jsPDF
41194119
*/
41204120

4121-
jsPDF.version = '1.4.1-136-g1365e4a';
4121+
jsPDF.version = '1.4.1-138-g1ebc5e3';
41224122

41234123
if (typeof define === 'function' && define.amd) {
41244124
define('jsPDF', function () {

dist/jspdf.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.node.debug.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
44

55
/** @license
66
* jsPDF - PDF Document creation from JavaScript
7-
* Version 1.4.1-136-g1365e4a Built on 2018-12-20T15:37:34.231Z
8-
* CommitID 1365e4a140
7+
* Version 1.4.1-138-g1ebc5e3 Built on 2018-12-20T15:41:55.631Z
8+
* CommitID 1ebc5e34f1
99
*
1010
* Copyright (c) 2010-2016 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
1111
* 2010 Aaron Spike, https://github.com/acspike
@@ -3515,7 +3515,7 @@ var jsPDF = function (global) {
35153515
* @memberOf jsPDF
35163516
*/
35173517

3518-
jsPDF.version = '1.4.1-136-g1365e4a';
3518+
jsPDF.version = '1.4.1-138-g1ebc5e3';
35193519

35203520
if (typeof define === 'function' && define.amd) {
35213521
define('jsPDF', function () {

dist/jspdf.node.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.min.js",

0 commit comments

Comments
 (0)