Skip to content

Commit 81f5c40

Browse files
committed
Update version in the build
1 parent a00966f commit 81f5c40

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-138-g1ebc5e3 Built on 2018-12-20T15:41:48.427Z
10-
* CommitID 1ebc5e34f1
9+
* Version 1.5.1 Built on 2018-12-20T15:47:01.208Z
10+
* CommitID a00966fc43
1111
*
1212
* Copyright (c) 2010-2016 James Hall <[email protected]>, 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-138-g1ebc5e3';
4121+
jsPDF.version = '1.5.1';
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-138-g1ebc5e3 Built on 2018-12-20T15:41:55.631Z
8-
* CommitID 1ebc5e34f1
7+
* Version 1.5.1 Built on 2018-12-20T15:47:08.630Z
8+
* CommitID a00966fc43
99
*
1010
* Copyright (c) 2010-2016 James Hall <[email protected]>, 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-138-g1ebc5e3';
3518+
jsPDF.version = '1.5.1';
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.

0 commit comments

Comments
 (0)