Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRio committed Dec 20, 2018
1 parent 1ebc5e3 commit 83b4551
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions dist/jspdf.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

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

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

if (typeof define === 'function' && define.amd) {
define('jsPDF', function () {
Expand Down
6 changes: 3 additions & 3 deletions dist/jspdf.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jspdf.node.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });

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

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

if (typeof define === 'function' && define.amd) {
define('jsPDF', function () {
Expand Down
6 changes: 3 additions & 3 deletions dist/jspdf.node.min.js

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "https://github.com/mrrio/jspdf",
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.min.js",
Expand Down

0 comments on commit 83b4551

Please sign in to comment.