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

Commit 5b6937a

Browse files
committed
1.5.2
1 parent 81f5c40 commit 5b6937a

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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.5.1 Built on 2018-12-20T15:47:01.208Z
10-
* CommitID a00966fc43
9+
* Version 1.5.2 Built on 2018-12-20T15:49:00.470Z
10+
* CommitID 81f5c40ca4
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.5.1';
4121+
jsPDF.version = '1.5.2';
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.5.1 Built on 2018-12-20T15:47:08.630Z
8-
* CommitID a00966fc43
7+
* Version 1.5.2 Built on 2018-12-20T15:49:08.058Z
8+
* CommitID 81f5c40ca4
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.5.1';
3518+
jsPDF.version = '1.5.2';
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: 1 addition & 1 deletion
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.1",
3+
"version": "1.5.2",
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)