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`
16
16
# Update submodules
17
17
git submodule foreach git pull origin master
18
18
19
- echo ${version}
19
+ echo " Building version ${version} "
20
20
21
21
# Update Bower
22
22
# cat ./bower.json \
Original file line number Diff line number Diff line change 1
1
/** @preserve
2
2
* 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
5
5
*
6
6
* Copyright (c) 2010-2014 James Hall <
[email protected] >, https://github.com/MrRio/jsPDF
7
7
* 2010 Aaron Spike, https://github.com/acspike
@@ -2035,7 +2035,7 @@ var jsPDF = (function(global) {
2035
2035
* pdfdoc.mymethod() // <- !!!!!!
2036
2036
*/
2037
2037
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";
2039
2039
2040
2040
if (typeof define === 'function' && define.amd) {
2041
2041
define('jsPDF', function() {
You can’t perform that action at this time.
0 commit comments