File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ whoami=`whoami`
1616# Update submodules
1717git submodule foreach git pull origin master
1818
19- echo ${version}
19+ echo " Building version ${version} "
2020
2121# Update Bower
2222# cat ./bower.json \
Original file line number Diff line number Diff line change 11/** @preserve
22 * jsPDF - PDF Document creation from JavaScript
3- * Version 1.1.135-git Built on 2015-05-15T23:03
4- * CommitID ef39a2d498
3+ * Version 1.1.135-git Built on 2015-05-15T23:14
4+ * CommitID 5d21c60018
55 *
66 * Copyright (c) 2010-2014 James Hall <james@parall.ax>, 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:03 :jameshall";
2038+ jsPDF.version = "1.1.135-debug 2015-05-15T23:14 :jameshall";
20392039
20402040 if (typeof define === 'function' && define.amd) {
20412041 define('jsPDF', function() {
You can’t perform that action at this time.
0 commit comments