There was an error while loading. Please reload this page.
1 parent 102103e commit 6dd6d04Copy full SHA for 6dd6d04
1 file changed
jspdf.js
@@ -338,7 +338,7 @@ PubSub implementation
338
if (typeof compressPdf === 'undefined' && typeof zpipe === 'undefined') { compressPdf = false; }
339
340
var format_as_string = format.toString().toLowerCase(),
341
- version = '0.9.0rc2',
+ version = '1.0.0-trunk',
342
content = [],
343
content_length = 0,
344
compress = compressPdf,
0 commit comments