Skip to content

Commit 5a5f4b6

Browse files
committed
1.3.2
1 parent 7d854cc commit 5a5f4b6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/jspdf.debug.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** @preserve
1414
* jsPDF - PDF Document creation from JavaScript
15-
* Version 1.3.1 Built on 2016-09-30T20:23:50.290Z
16-
* CommitID 3794575c07
15+
* Version 1.3.2 Built on 2016-09-30T20:33:17.116Z
16+
* CommitID 7d854cc77d
1717
*
1818
* Copyright (c) 2010-2014 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
1919
* 2010 Aaron Spike, https://github.com/acspike
@@ -2026,7 +2026,7 @@
20262026
* pdfdoc.mymethod() // <- !!!!!!
20272027
*/
20282028
jsPDF.API = { events: [] };
2029-
jsPDF.version = "1.3.1 2016-09-30T20:23:50.290Z:jameshall";
2029+
jsPDF.version = "1.3.2 2016-09-30T20:33:17.116Z:jameshall";
20302030

20312031
if (typeof define === 'function' && define.amd) {
20322032
define('jsPDF', function () {

dist/jspdf.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.debug.js",

0 commit comments

Comments
 (0)