Skip to content

Commit a30a119

Browse files
committed
Add correct version
1 parent 651987f commit a30a119

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "1.1.140",
3+
"version": "1.1.135",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.min.js",

bower.json.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "1.1.134",
3+
"version": "1.1.140",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.min.js",

dist/jspdf.debug.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @preserve
22
* jsPDF - PDF Document creation from JavaScript
3-
* Version 1.1.135-git Built on 2015-05-15T23:16
4-
* CommitID d98267b6f8
3+
* Version 1.1.135-git Built on 2015-05-15T23:56
4+
* CommitID 651987f933
55
*
66
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
77
* 2010 Aaron Spike, https://github.com/acspike
@@ -2035,7 +2035,7 @@ var jsPDF = (function(global) {
20352035
* pdfdoc.mymethod() // <- !!!!!!
20362036
*/
20372037
jsPDF.API = {events:[]};
2038-
jsPDF.version = "1.1.135-debug 2015-05-15T23:16:jameshall";
2038+
jsPDF.version = "1.1.135-debug 2015-05-15T23:56:jameshall";
20392039

20402040
if (typeof define === 'function' && define.amd) {
20412041
define('jsPDF', function() {

dist/jspdf.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)