From 4fc26f526b08ab3df79ea80ae1dd5cef74c773dc Mon Sep 17 00:00:00 2001 From: James Hall <james@snapshotmedia.co.uk> Date: Sun, 7 Apr 2013 17:56:25 +0100 Subject: [PATCH] jsPDF 0.9.0 - Release candidate 2 --- index.html | 4 ++-- jspdf.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9023cda7e..9a3af41ba 100644 --- a/index.html +++ b/index.html @@ -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> diff --git a/jspdf.js b/jspdf.js index 360fb5a9d..de45a91ce 100644 --- a/jspdf.js +++ b/jspdf.js @@ -1,4 +1,4 @@ -/** @preserve jsPDF 0.9.0rc1 ( ${buildDate} ${commitID} ) +/** @preserve jsPDF 0.9.0rc2 ( ${buildDate} ${commitID} ) Copyright (c) 2010-2012 James Hall, james@snapshotmedia.co.uk, https://github.com/MrRio/jsPDF Copyright (c) 2012 Willow Systems Corporation, willow-systems.com MIT license. @@ -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,