Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRio committed May 15, 2015
1 parent e0da47f commit 653f94a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json.bak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf",
"version": "1.1.140",
"version": "1.1.135",
"homepage": "https://github.com/mrrio/jspdf",
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.min.js",
Expand Down
6 changes: 3 additions & 3 deletions dist/jspdf.debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @preserve
* jsPDF - PDF Document creation from JavaScript
* Version 1.1.135-git Built on 2015-05-15T23:56
* CommitID 651987f933
* Version 1.1.135-git Built on 2015-05-16T00:15
* CommitID e0da47f3da
*
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
* 2010 Aaron Spike, https://github.com/acspike
Expand Down Expand Up @@ -2035,7 +2035,7 @@ var jsPDF = (function(global) {
* pdfdoc.mymethod() // <- !!!!!!
*/
jsPDF.API = {events:[]};
jsPDF.version = "1.1.135-debug 2015-05-15T23:56:jameshall";
jsPDF.version = "1.1.135-debug 2015-05-16T00:15:jameshall";

if (typeof define === 'function' && define.amd) {
define('jsPDF', function() {
Expand Down
Loading

0 comments on commit 653f94a

Please sign in to comment.