Skip to content

Commit

Permalink
jsPDF 0.9.0 - Release candidate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRio committed Apr 7, 2013
1 parent e5a0c52 commit 4fc26f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<a href="https://twitter.com/MrRio" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @MrRio</a>
<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>
</div>
<a class="btn btn-primary btn-large" href="https://github.com/MrRio/jsPDF/zipball/master">Download Now</a>
<p class="muted" style="text-align: right;">Version 0.9.0rc1</p>
<a class="btn btn-primary btn-large" href="http://jspdf.com/downloads/jsPDF-0.9.0rc2.zip">Download Now</a>
<p class="muted" style="text-align: right;">Version 0.9.0rc2</p>

</div>
<h1 class="muted">jsPDF</h1>
Expand Down
4 changes: 2 additions & 2 deletions jspdf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @preserve jsPDF 0.9.0rc1 ( ${buildDate} ${commitID} )
/** @preserve jsPDF 0.9.0rc2 ( ${buildDate} ${commitID} )
Copyright (c) 2010-2012 James Hall, [email protected], https://github.com/MrRio/jsPDF
Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
MIT license.
Expand Down Expand Up @@ -338,7 +338,7 @@ PubSub implementation
if (typeof compressPdf === 'undefined' && typeof zpipe === 'undefined') { compressPdf = false; }

var format_as_string = format.toString().toLowerCase(),
version = '20120619',
version = '0.9.0rc2',
content = [],
content_length = 0,
compress = compressPdf,
Expand Down

0 comments on commit 4fc26f5

Please sign in to comment.