Skip to content

Commit 4fc26f5

Browse files
committed
jsPDF 0.9.0 - Release candidate 2
1 parent e5a0c52 commit 4fc26f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<a href="https://twitter.com/MrRio" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @MrRio</a>
3131
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
3232
</div>
33-
<a class="btn btn-primary btn-large" href="https://github.com/MrRio/jsPDF/zipball/master">Download Now</a>
34-
<p class="muted" style="text-align: right;">Version 0.9.0rc1</p>
33+
<a class="btn btn-primary btn-large" href="http://jspdf.com/downloads/jsPDF-0.9.0rc2.zip">Download Now</a>
34+
<p class="muted" style="text-align: right;">Version 0.9.0rc2</p>
3535

3636
</div>
3737
<h1 class="muted">jsPDF</h1>

jspdf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @preserve jsPDF 0.9.0rc1 ( ${buildDate} ${commitID} )
1+
/** @preserve jsPDF 0.9.0rc2 ( ${buildDate} ${commitID} )
22
Copyright (c) 2010-2012 James Hall, [email protected], https://github.com/MrRio/jsPDF
33
Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
44
MIT license.
@@ -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 = '20120619',
341+
version = '0.9.0rc2',
342342
content = [],
343343
content_length = 0,
344344
compress = compressPdf,

0 commit comments

Comments
 (0)