Skip to content

Commit 6dd6d04

Browse files
committed
Changed Producer version to match new trunk version
1 parent 102103e commit 6dd6d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jspdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ PubSub implementation
338338
if (typeof compressPdf === 'undefined' && typeof zpipe === 'undefined') { compressPdf = false; }
339339

340340
var format_as_string = format.toString().toLowerCase(),
341-
version = '0.9.0rc2',
341+
version = '1.0.0-trunk',
342342
content = [],
343343
content_length = 0,
344344
compress = compressPdf,

0 commit comments

Comments
 (0)