Skip to content

Commit 32d2675

Browse files
committed
1.3.0
1 parent a434267 commit 32d2675

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.2.61 Built on 2016-09-28T10:02:07.788Z
16-
* CommitID 925dfe8d18
15+
* Version 1.3.0 Built on 2016-09-28T10:52:40.410Z
16+
* CommitID a434267220
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.2.61 2016-09-28T10:02:07.788Z:jameshall";
2029+
jsPDF.version = "1.3.0 2016-09-28T10:52:40.410Z:jameshall";
20302030

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

0 commit comments

Comments
 (0)